1
0
Fork 0
sortable-recipes/python-api
Ava Gaiety Wroten 84a1e7d972 Backend
2019-12-24 16:52:05 -06:00
..
.ropeproject Backend 2019-12-24 16:52:05 -06:00
__pycache__ Backend 2019-12-24 16:52:05 -06:00
.gitignore Backend 2019-12-24 16:52:05 -06:00
api.py Backend 2019-12-24 16:52:05 -06:00
get-pip.py Backend 2019-12-24 16:52:05 -06:00
key_replacer.py Backend 2019-12-24 16:52:05 -06:00
README.md Backend 2019-12-24 16:52:05 -06:00

Python Backend for Sortable Recipes (EmberConf 2020)

Getting Started

pip3 install requests gunicorn pycnic
gunicorn api:app

Available Endpoints:

http://localhost:8000/meals/random http://localhost:8000/meal/{meal_id}