Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 337 Bytes

File metadata and controls

12 lines (7 loc) · 337 Bytes

This repo contains a skeleton flask app where templates, views, models and forms are all distributed into their own folders. It is running some very minimum wtforms and sqlalchemy models and queries that verify all those libraries are working.

To run/deploy it:

venv\scripts\activate.bat

pip install -r requirements.txt

flask run