Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 187 Bytes

File metadata and controls

11 lines (7 loc) · 187 Bytes

Getting started

cd app
export FLASK_APP=app.py; export PYTHONPATH=.; export FLASK_ENV=development
flask run

Simple web application using flask python framework