This is an api server to access data on coronavirus contagions.
The API documentation can be consulted through the following link
- Node >= 12.0.0
- npm >= 6.0.0
- TypeScript >= 3.8.0
To build the application you must run the following commands
npm ci
tsc
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
This application is also hosted on a Heroku server accessible at the following address coronavirusnumbers-express-api.herokuapp.com