this just sample project for learning web with flask
*please make sure you have python 2 or you have virtualenv on your environment
- first step install the dependencies
$ pip install -r requirements.txt
- copy
example-config.py
toconfig.py
- edit
config.py
- change
DEBUG
toFalse
andMODE
toproduction
if this application in production - run
tup
*make sure you haveTupfile
installed on your environment - run the application
$ python server.py