Skip to content

svtcore/laravel-restful-api-food-delivery

Repository files navigation

Laravel API food delivery

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

Installation

  1. Clone repository

  2. Install composer

composer install
  1. Rename file .env.example to .env

  2. Generate app key

php artisan key:generate
  1. Open .env and fill database data
  2. Clear cache
php artisan cache:clear
  1. Make migration with seeding
php artisan migrate --seed

Run

php artisan serve

Contributing

Pull requests are welcome.

License

MIT

Releases

No releases published

Packages

No packages published