A starter project for a Python Flask server, which can be immediately cloned and deployed. Kudos to @joelburton and @hackbright for providing it.
First, instantiate a virtualenv for this project
$ virtualenv envThen activate your environment
$ source env/bin/activateThen install your packages
$ pip install -r requirements.txtThen start!
$ foreman start