Personal project which provide API for food delivery service based on Laravel Framework (could be used like API for mobile app client)
List of API Docs you can see HERE
-
Clone repository
-
Install composer
composer install
-
Rename file .env.example to .env
-
Generate app key
php artisan key:generate
- Open .env and fill database data
- Clear cache
php artisan cache:clear
- Make migration with seeding
php artisan migrate --seed
php artisan serve
Pull requests are welcome.