Skip to content

saranshabd/COVID-19-REST-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COVID-19 REST API

Description

This REST API provides some (but not all) datasets from the given data source in JSON format.

Following are the datasets provided by the API:

  • AgeGroupDetails.csv

  • HospitalBedsIndia.csv

  • population_india_census2011.csv

Running locally using docker

  • Build image

    make build
  • Run image as a container

    make run
  • Stop running container

    make stop

Data Source

https://www.kaggle.com/sudalairajkumar/covid19-in-india

Note

This project was created to be submitted as an assignment, and is not one of my personal projects.