Dashboard made for Covid19 cases data
It is the dashboard/data displaying project
extracted from apicovid2019
🚀 To install in your local machine follow the steps below:
https://github.com/azwyane/Covid19.git
Goto to your terminal and type:
git clone https://github.com/azwyane/Covid19.git
Inside your cloned folder create a virtual environment with venv and activate it
python3 -m venv venv
. venv/bin/activate
which puts you inside virtual environment like this:
(venv)$
Now install the requirements:
(venv)$pip install -r requirements.txt
Run the project
Now to run the project type in your terminal:
(venv)$streamlit run api.py
This can also be run on production mode directly by refering to
the script present in this github
like this:
(venv)$streamlit run https://github.com/azwyane/Covid19/blob/master/api.py
DEPLOYING ON HEROKU
TO Deploy on heroku
Clone the repo and create a app in your Heroku account and push the repo
in your app.
❤️
It is a side project of making use of apicovid2019. It has feature of
displaying data in tabular form, show line graph of present covid cases
around the world and also one can view specific data easily in much
human readable and interactive way.
🤝
To get started…
Option 1
Option 2
https://github.com/azwyane/Covid19.git
https://github.com/azwyane/Covid19/compare
.Feel free to file a new issue with a respective title and description on the the azwyane/Covid19 repository. If you already found a solution to your problem, I would love to review your pull request!