Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 264 Bytes

readme.md

File metadata and controls

14 lines (8 loc) · 264 Bytes

Setup

Requires Python 2.7.x or 3.4.x, virtualenv recommended

  1. Install requirements:

     pip install -r requirements.txt
    
  2. Run the flask development server

     FLASK_SETTINGS=dev_settings.py ./app.py
    
  3. View the app at http://localhost:5000/