jimmybutton / django-vaccine-dashboard

A Covid-19 dashboard app with Django and Chart.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django Vaccine Dashboard

Django project to demonstrate how to implement a Covid-19 vaccination dashboard with Django and Chart.js.

Check out my blog post where I go through building it from the ground up step by step.

The project is not completed yet and will be updated with once I've published the follow-up blog post.

🙌 Thanks

Thanks to @gabrielpreda for providing and constantly updating the dataset on Kaggle.

📖 Installation

$ python3 -m venv venv
$ source venv/bin/activate    (on Mac)
$ venv/Source/activate        (on Windows)
(venv) $ pip install --upgrade pip
(venv) $ pip install -r requirements.txt
(venv) $ python manage.py migrate
(venv) $ python manage.py createsuperuser
(venv) $ python manage.py runserver
# Load the site at http://127.0.0.1:8000

🤝 Contributing

Contributions, issues and feature requests are welcome!

⭐️ Support

Give a ⭐️ if this project helped you!

License

The MIT License

About

A Covid-19 dashboard app with Django and Chart.js

License:Other


Languages

Language:Python 84.1%Language:JavaScript 8.1%Language:HTML 7.8%