Skip to content

Latest commit

 

History

History
48 lines (27 loc) · 974 Bytes

README.md

File metadata and controls

48 lines (27 loc) · 974 Bytes

fundmi-donation

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)

Live demo

fundmi.herokuapp.com Hosted on Heroku

Tools

Built with Laravel 9, Postgres SQL and Paystack for Payment

Migrations

To create all the nessesary tables and columns, run the following

php artisan migrate

Usage

Change the .env.example to .env and add your database info

Running Then App

Upload the files to your document root

php artisan serve

File Uploading

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

Author

Samuel Anozie