Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 278 Bytes

readme.md

File metadata and controls

13 lines (11 loc) · 278 Bytes

Starting the app

Make sure you have the requirements listed in requirements.txt downloaded, and your virtual environment started if relevant.

Run the development server using:

flask --app app --debug run

Testing

Tests are run using

python -m pytest -v