Please follow this instruction to run the project:
- rename .env.example to .env
- add your db connects to .env and change STRIPE_KEY, STRIPE_SECRET and ADMIN_MAIL
- run composer install
- run php artisan migrate --seed
- run php artisan serve
Please follow this instruction to run the project: