To serve as the backend for the application that will accurately and effectively get the statistics of the COVID-19 pandemic for all countries.
- Clone this repository to get the files.
- Run
npm install
in your Ubuntu terminal to install the necessary modules. - Create a .env file and set
PORT
to 8080 or any such large number.
- Run
npm run start
in your Ubuntu terminal to run the application. - Visit http://localhost and attach your PORT number from your .env file.
Author: Mahin Kukreja
NodeJS version: v14.17.0 (LTS)
npm version: 6.14.13