Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 228 Bytes

readme.md

File metadata and controls

15 lines (12 loc) · 228 Bytes

Commands to run before starting:

python3 -m venv env
source env/bin/activate
pip install -r requirements.txt
export FLASK_APP=main
export FLASK_ENV=development

Start server

flask run --port=8080