Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 893 Bytes

readme.md

File metadata and controls

22 lines (17 loc) · 893 Bytes

Corona Virus Numbers - Express API

This is an api server to access data on coronavirus contagions.

API documentation

The API documentation can be consulted through the following link

Prerequisites

Build

To build the application you must run the following commands npm ci tsc

Start

To run the application it is necessary to have a .env file compiled following the example file. Then you need to run the following command. node ./build/server.ts

Test

This application is also hosted on a Heroku server accessible at the following address coronavirusnumbers-express-api.herokuapp.com