This is a sample application for the Learning Flask course by Packt Publishing. Check out the live app here.
Python version: 2.7.x. For a Python 3.x version, check out this fork
First clone this repo by running
$ git clone https://github.com/lpolepeddi/learning-flask.git
Then cd
into each folder to see what the code looks like at the end of that section in the course. For example, to see and run the code at Section 2, type
$ cd section-2
$ python routes.py
To deploy your Flask app to Heroku, check out this guide