API server for providing endpoints to Covid-19 Dashboard.
Install MongoDB
sudo apt install mongodb
Using a virtualenv is the way to go.
Clone this repository
git clone https://github.com/allps/covid19_analysis.git
Install dependencies via pip
pip install -r requirements.txt
Use routes defined system
to load data into your MongoDB installation.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.