/flask_app

A simple project to learn Flask.

Primary LanguagePythonMIT LicenseMIT

Exercise files for Learn Flask tutorial at https://overiq.com.

Steps to install:

  1. git clone https://github.com/overiq/flask_app.
  2. cd flask_app.
  3. virtualenv env.
  4. pip install -r requirements.txt.
  5. python runner.py runserver to launch the server.