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