Skip to content

ccodwg/Covid19CanadaAPI

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 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