Restaurant project for SDE @Ampos
Please execute the following commands before start running project:
## note i suppose you to already have Python and virtualenv in your machine
$ git clone git@github.com:Oceanfish52/assignment_restaurant.git
$ cd assignment_restaurant
$ virtualenv venv
$ source venv/bin/activate
$ pip install -r requirements.txt
$ python app.py
$ curl http://localhost:5002/menu/listing/
$ curl http://localhost:5002/menu/search/Hot
I also attached Postman link to be assignment submit as
[Postman Link](https://www.getpostman.com/collections/6dd34a26817e5dcad9a3) ## note download and test in Postman