Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 674 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 674 Bytes

Testing REST API routes

Set-up

This assumes you have already forked the coursework repository and cloned the resulting repository to your IDE.

  1. Create and activate a virtual environment
  2. Install the requirements pip install -r requirements.txt
  3. Run the app flask --app paralympics run --debug
  4. Open a browser and go to http://127.0.0.1:5000/regions
  5. Stop the app using CTRL+C
  6. Check that you have an instance folder containing paralympics.sqlite

Activities

  1. Week 4 activities
  2. Week 3 worked solution for a normalised database from a data set that has repeated values