First clone this repository for command:
$ git clone
Second change the directory this command:
$ cd food-delivery/
Then copy the .env.example file to .env flowing command:
$ cp .env.example .env
Now update composer for install laravel vendor:
$ composer install
If composer installing done than you generate application key for this command and configure database:
$ php artisan key:generate
Migrate a database run the flowing command:
$ php artisan migrate
Generate passport key run the flowing command:
$ php artisan db:seed
Now run server:
$ php artisan serve
If done all stuffs than open your favorite browser hit localhost:
127.0.0.1:8000
Now Import the Food Delivery App.postman_collection.json in post man and run the test