Skip to content

jimmybutton/django-vaccine-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published