Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 162 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 162 Bytes

CovidMap.org

Requirements:

$ pip install -r requirements.txt

Compile data:

$ python data.py

Run server locally:

$ uvicorn server:app --reload