Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 752 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 752 Bytes

COVIDSTATS - Backend

Purpose

To serve as the backend for the application that will accurately and effectively get the statistics of the COVID-19 pandemic for all countries.

Installation Instructions

  1. Clone this repository to get the files.
  2. Run npm install in your Ubuntu terminal to install the necessary modules.
  3. Create a .env file and set PORT to 8080 or any such large number.

Running Instructions

  1. Run npm run start in your Ubuntu terminal to run the application.
  2. Visit http://localhost and attach your PORT number from your .env file.

About

Author: Mahin Kukreja
NodeJS version: v14.17.0 (LTS)
npm version: 6.14.13