This assumes you have already forked the coursework repository and cloned the resulting repository to your IDE.
- Create and activate a virtual environment
- Install the requirements
pip install -r requirements.txt
- Run the app
flask --app paralympics run --debug
- Open a browser and go to http://127.0.0.1:5000/regions
- Stop the app using
CTRL+C
- Check that you have an instance folder containing
paralympics.sqlite