Covid-19 Live Updates Dashboard



Covid-19 Tracker

About

The tracker is built with Django Framework and Bootstrap. It uses the API from https://api.covid19india.org to fetch the data.

Features

  • Total postive cases in India
  • State Wise report of Covid cases
  • Number of active cases in India
  • Number of recovered cases in India
  • Number of Deaths in India
  • Number of Covid cases in Sikkim
  • Covid-19 Number of Infection Growth Chart (India)

Requirements

  • Python3

Deployment

For running this Django Project in local machine, Clone the project into any directory

git clone https://github.com/Rajangupta09/Covid19-Tracker.git

cd Covid19-Tracker

Install the required python libraries from requirements.txt file

pip install -r requirements.txt

Run the server

python3 manage.py runserver