The Dashboard is built with Django Framework and Bootstrap. It uses the API from https://api.covid19india.org to get the data.
- 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
- Python3
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/Covid19-Dashboard.git
cd Covid19-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.
- Entire team at https://www.covid19india.org