Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 857 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 857 Bytes

Corona data statewise - India

This will scrape the data from the government site and provide the consumable json data about the state-wise corona cases

This project uses Django and graphql for API.

To consume this API, send a GET request at: https://statewisecovidindia.herokuapp.com/graphql/?query={stateWiseData}

GraphQL playground is available

To run this project locally:

  • Install pipenv pip install pipenv

  • In the root of this project, start the virtualenv pipenv shell

  • Install all the required packages pipenv install All the packages are installed. Time to run the Django server.

  • In the root directory(where manage.py recides) run, python manage.py runserver

  • After the server is running, you can go-to localhost/graphql to open the graphql playground.