https://covid19-india-adhikansh.herokuapp.com/summary
This repo is created to get all the details of COVID-19 in India. These API will help to get the details of states in India. The routes for the API are mentioned below:
To work with the api you must have to install the following:
- NodeJS - Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.
- MongoDB Server - NoSql Database and server
- Postman - API development environment
Before doing anything you have to clone or download and unzip the project folder, open terminal and navigate to the project folder and run:
npm install
This will install all the dependencies required by the project.
To start using this API, start your local database server, open terminal and navigate to the project folder and run:
npm run start
If an error occur, check your database server or check if you have installed the prerequisites correctly.
If there was no error, open Postman and create and send a new get request to:
http://localhost:3000/
Expected Output:
{
message: "Welcome!"
}
{
name:'name_of_state',
confirmedNational:'Total Confirmed cases (Indian National)',
confirmedInternational:'Total Confirmed cases ( Foreign National )',
cured:'Cured/Discharged/Migrated',
death:'Death',
total:'Total Cases'
}
S.No. | Route | Method | Description |
---|---|---|---|
1. | / | GET | Welcome to APIs |
2. | /summary | GET | Total data containing deaths and cases in India |
3. | /states | GET | Total data of all states |
4. | /state/:statename | GET | Get state details |
5. | /latest | GET | Get Latest Data with Comparision of previous date |
Deployment click me
This api can be hosted on platform like heroku, aws, and others. MongoDB Atlas
or Matlab can be used for remote database.
For instance, the application
can be deployed on Heroku by creating and
registering an account. Following, create a new app and choose a deployment
method (terminal or github) and follow the instruction there. Remote database
can be created using Mongodb Atlas or Matlab.
For
Mongodb Atlas,
you need to just to create your account and make a new cluster and link the
cluster to your application through a URL. Following the given steps, you would
have a remote application up and running.
This is the source of data for the APIs. This data is officially provide by the Govt. of India.
- JavaScript Module available on NPM, developed by @abhinavmir.
If you are the helping and contributing one, your efforts and suggestion are always welcomed.