Skip to content

nicholsons/comp0034-wk4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

COMP0034 2023/24: Week 4 coding activities

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages