Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 722 Bytes

readme.md

File metadata and controls

25 lines (22 loc) · 722 Bytes

Restaurant App

This is a simple restaurant app built with Laravel 5.7 and uses a json file (Sample.json) to populate the application with contents.

**Please follow the steps below to view and filter restaurants close to you**

    - Clone project
    - Run composer install
    - Generate your laravel key
    - Start your restaurant app by running  php artisan serve 
    - To run your TEST go to your console and type ./vendor/bin/phpunit

**To access the json file kindly check public folder a json file is located there **