Latest code is in iOS branch.
A simple Python Flask example application that's ready to run on Heroku.
-
virtualenv venv -
source venv/bin/activate -
pip install -r requirements.txt -
python app.py
-
heroku create -
heroku addons:create heroku-postgresql:hobby-dev -
git push heroku master