FundMi is platform to request for donations. create a donation and share link for others to donate to you.
Logged users can create donation page and withdraw from their balance after people have donated to their page.
Users can donate using their card or bank transfer. (Test in the live demo)
fundmi.herokuapp.com Hosted on Heroku
Built with Laravel 9, Postgres SQL and Paystack for Payment
To create all the nessesary tables and columns, run the following
php artisan migrate
Change the .env.example to .env and add your database info
Upload the files to your document root
php artisan serve
When uploading listing files, they go to "storage/app/public". Create a symlink with the following command to make them publicly accessible.
php artisan storage:link
Samuel Anozie