Skip to content

COVID-19 Statistics Display using Django and COVID-API: Intermediate Python

License

Notifications You must be signed in to change notification settings

suyashphatak23/COVID-19-LIVE-WEBSITE

Repository files navigation

Python

Django

html

bootstrap

COVID-19 Live Statistics Website

In this project, I have created a live website which will show the cases around all the countries. I have added a dropdown which will show the country name and after selecting the country it will show new cases, recovered patients, critical cases, deaths, total cases. I have used django for this website to improve the knowledge of django.

Build Status Coverage Status

Outputs

Home Page

The user interface of the home page without any information.

Home

Result Page

Here are some country information.

Result

Result

Clone

Clone this repo to your local machine using https://github.com/suyashphatak23/COVID-19-LIVE-WEBSITE

Setup

  1. Install Python and PIP

  2. Open Command Prompt

  3. Install django python-libray in your local machine by using following commands:

> pip install django
  1. Install requests python-libray in local machine by using following commands:

> pip install requests
  1. Go to Project directory and open Command Prompt with the directory location.

  2. Type

> python manage.py runserver
  1. This will give you link to the server. Click it to go to website.

License

MIT license

License

About

COVID-19 Statistics Display using Django and COVID-API: Intermediate Python

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks