Exercise files for Learn Flask tutorial at https://overiq.com.
Steps to install:
git clone https://github.com/overiq/flask_app
.cd flask_app
.virtualenv env
.pip install -r requirements.txt
.python runner.py runserver
to launch the server.