adithyan-ak / DRV-India-Dashboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Covid-19 Live Updates Dashboard


Covid19 Live Dashboard
Covid-19 Dashboard

About

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

Features

  • Total postive cases in Tamilnadu
  • Number of active cases in Tamilnadu
  • Number of recovered cases in Tamilnadu
  • Number of Deaths in Tamilnadu
  • Total postive cases in India
  • Number of active cases in India
  • Number of recovered cases in India
  • Number of Deaths in India
  • Covid-19 Number of Infection Growth Chart (India)
  • Tamilnadu district wise report

Requirements

  • Python3

Deployment

The application is running live here : https://covidin.herokuapp.com

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

git clone https://github.com/adithyan-ak/DRV-India-Dashboard.git

cd DRV-India-Dashboard

Install the required python libraries from requirements.txt file

sudo pip3 install -r requirements.txt

Process the static files

python3 manage.py collectstatic

Run the server

python3 manage.py runserver

Visit http://127.0.0.1:8000/ in your browser to see the Dashboard.

Credits


Corona Live Updates Dashboard
District wise Reports

About


Languages

Language:JavaScript 97.6%Language:CSS 1.9%Language:Python 0.2%Language:HTML 0.2%