To run this:
- clone the repo
- set the env variables to your database
- run
php artisan migrate
- run
php artisan serve
- head to
localhost:8000
Implemented:
- Multi-model Application
- CRUD operations
- AuthN & AuthZ
TODO:
- support file upload
- support serving static files
- much more
Demo: