Skip to content

azwyane/Covid19

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Covid19 DASHBOARD

It is the dashboard/data displaying project

extracted from apicovid2019

Build Status

Table of Contents (Optional)

Covid19 Demo

Installation

🚀  To install in your local machine follow the steps below:

Clone

  • Clone this repo to your local machine using https://github.com/azwyane/Covid19.git

Goto to your terminal and type:

git clone https://github.com/azwyane/Covid19.git

Setup

  • 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.

Features

❤️ 

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.


Contributing

🤝 

To get started...

Step 1

  • Option 1

    • 🍴 Fork this repo!
  • Option 2

    • 👯 Clone this repo to your local machine using https://github.com/azwyane/Covid19.git

Step 2

  • HACK AWAY! 🔨🔨🔨

Step 3


📫  Found a bug? Missing a specific feature?

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!

About

Dashboard made for Covid19 cases data

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published