Skip to content
This repository has been archived by the owner on Dec 22, 2020. It is now read-only.
/ covid-service Public archive

Service that obtains and structures Johns Hopkins CSSE data on COVID-19.

Notifications You must be signed in to change notification settings

mukundbhudia/covid-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

covid-service

NOTE: This project has now been archived. It has been re-written in Rust and replaced by https://github.com/mukundbhudia/covid-service-rs.

Collects, processes and aggregates live COVID-19, and historical time series data from Johns Hopkins University. The aggregated data is then used to populate a mongoDB database which supplies data to https://github.com/mukundbhudia/covid-api and subsequently https://github.com/mukundbhudia/covid-web.

Pre-requisites

Running the project

  • By default a connection to 'mongodb://localhost:27017' is made to the local mongoDB.
  • Create a .env file with mongo URI for the MONGO_URI enviroment variable if you wish to connect to a different mongo database.
  • Run npm start in the project directory.

Resources & Thanks

About

Service that obtains and structures Johns Hopkins CSSE data on COVID-19.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published