Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open in GitHub Codespaces

Flask Template

A minimal Flask application template.

Run locally

Install the dependencies:

pip install -r requirements.txt

Start the development server:

python -m flask --app app run --debug --host=0.0.0.0 --port=5000

Open http://localhost:5000 in your browser.