Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 407 Bytes

readme.md

File metadata and controls

13 lines (11 loc) · 407 Bytes

Flask Starter Files

This is a starter template for creating a flask application. The instructions are as follows:

Clone the repository

In your terminal, set your FLASK_APP variable to run.py

MacOS/Linux:

export FLASK_APP=run.py

Windows:

set FLASK_APP=run.py

In your terminal, install all of the required modules

Windows/Linux/MacOS:

pip install -r requirements.txt