===================
a project with python backend set up for heroku with a minimal frontend to
to run locally make sure to install the requirements (using pip for example).
best to work in a virtualenv
pip install -r requirements.txt
then just run the python web server
python app.py