Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 338 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 338 Bytes

CORONA VIRUS API

A website which can search and tracked number of covid cases around the world with the CORONA API.

Username: nttglobal Password: nttglobal123

To run locally

  1. CD to the project directory
cd corona-api
  1. run npm install to install other dependencies
npm install
  1. run npm start
npm start