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