A simple web app created using flask which asks for the name of state as input and shows the number of corona affected people in that state by scraping the data from the website of Health Minsitry
The project makes use of Python3, Flask, HTML and Css.
- Clone the repository
- Activate your virtual environment.
- Install the required packages using
pip install -r requirements.txt
. - Run the app using
python covid.py
.
The app is hosted at: https://corona-trackers.herokuapp.com/