Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 217 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 217 Bytes

Flask Starter Project

Basic template for a Flask web site.

Usage

  • Prepare your environment by executing the requirements.txt file, e.g. pip install -r requirements.txt
  • Run the web app as python app.py