Skip to content

ordering and delivery web api for a pizza store

Notifications You must be signed in to change notification settings

xytxytxyt/pizza

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ordering and delivery web api for a pizza store

uses sanic web framework, a mongodb mock and a very simple google map api call

pip install -r requirements.txt

python menu_test.py

python app_test.py

python app.py --random_seed 0

python app.py

curl -d '{"address": "201 E Randolph St, Chicago, IL 60602", "order": {"e3e70682-c209-4cac-629f-6fbed82c07cd": 1}}' -H "Content-Type: application/json" -X POST http://localhost:8000/order

...

About

ordering and delivery web api for a pizza store

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages