Skip to content

TechAvi-eng/comp0034-wk4

 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%