Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 241 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 241 Bytes

todoapi

Installing Dependencies

$ pip install -r requirements.txt

Running the project for developtment

$ flask run

Running the project for production.

$ gunicorn --bind 0.0.0.0:8080 wsgi:app