Setup Setup requires pipenv, install using pip install pipenv Install dependencies using: pipenv install Running To run the server use: pipenv run python app.py Debugging Insert import ipdb; ipdb.set_trace() at a line to set a breakpoint