Skip to content

rdmaulana/covid19-dashboard-idn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Indonesia Covid-19 Dashboard

Python Version Django Version

Dashboard Screenshot

Demo version Indonesia Covid-19 Dashboard.

Running the Project Locally

First, clone the repository to your local machine:

git clone https://github.com/rdmaulana/covid19-dashboard-idn.git

Install the requirements:

pip install -r requirements.txt

Create account on rapidapi.com to use this API.

https://rapidapi.com/api-sports/api/covid-193

In settings.py , edit "API_KEY" with your API KEY.

API_KEY = "YOUR_API_KEY"

Create the database:

python manage.py migrate

Finally, run the development server:

python manage.py runserver

The project will be available at 127.0.0.1:8000.

License

The source code is released under the MIT License.