QUICK INSTRUCTION TO GET THE APP
- Install or config apache that can run PHP like XAMP, MAMP or apache.
- Install composer https://getcomposer.org/
- Clone project and cd to the root folder run composer install
- To migrate database run: php artisan migrate:fresh --seed
- Create file .env and copy content from .env.example from the root folder
- Config virtual host or access the app directly by url from htdocs folder
- Get api documentation via /api/documentation will show the api documentation
- Run: php artisan make:model [ModelName] --all to create controller, model, migrate, seed files