Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 862 Bytes

File metadata and controls

24 lines (17 loc) · 862 Bytes

University Of Cambridge COVID-19 Dashboard

Website: camcovid.xyz

Description

A simple dashboard for tracking weekly case and testing data from the University of Cambridge asymptomatic and symptomatic testing programmes for students and staff.

Note: this is not an official University dashboard. It is a student project.

Development

Requires Python 3.7+.

git clone https://github.com/fpervaiz/UniversityOfCambridge-COVID-19-Dashboard.git
cd UniversityOfCambridge-COVID-19-Dashboard
py -3 -m venv .venv
pip install -r requirements.txt
set FLASK_ENV=development
python app.py