Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.
/ Covid19CanadaAPI Public archive

API for the COVID-19 Canada Open Data Working Group Dataset

License

Notifications You must be signed in to change notification settings

ccodwg/Covid19CanadaAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API for the COVID-19 Open Data Working Group dataset

This repository contains the code underlying the API for the COVID-19 Open Data Working Group dataset. The API has been retired as of February 1, 2024, but it was previously available at the following URL: https://api.opencovid.ca/.

Running the API locally

Run the API locally using the following command from the root directory:

uvicorn app.main:app --reload

To run tests, simply call pytest from the root directory:

python -m pytest