Online Restaurant Service (Experimental)
- Run
composer install - Then setup your environment via
.envfile and runphp artisan key:generate - Run
php artisan migrateto create database tables - Run
php artisan db:seedso you have some basic records in database
I putted a Postman Collection file in documents folder, so you can use for testing api endpoints.