- Enter the project folder
- Open a terminal and run
npm i
to install the packages - Configure your connection string and if necessary import the files to your database using the python import script inside the data folder
- The data source comes from the following repository: https://github.com/CSSEGISandData/COVID-19/tree/master/csse_covid_19_data/csse_covid_19_time_series
- Run after
npm start
- In the console it must appear with the project name and the phrase Server listening on port 8080 (it is possible that according to your computer's settings it is localhost: 8080 or 127.0.0.1:8080)
- The main route is at /covid
If you would like to help contribute to this repository, please see CONTRIBUTING