Team Member: Ziyang Xu, Yujun Mao, Jiani Wang, Yan Zhang
Our team created a dashboard for the Covid-19 based on the positive patient data in China.
We use Django to as the framework and use MySQL as the database.
- link: https://coldcode0214.github.io/datavis-final/ (We still have some problem about this website, it can only be opened on my own computer, otherwise, there maybe some pictures which can't be shown. We'll fix it as soon as possible on Wednesday...)
- Python 3.6 or above
- Install the package by uesing the command: pip install -r requirement.txt
- Generate the migration file by using the command: python manage.py migrate
- Start the project by using the command: python manage.py runserver
- link1: https://github.com/ColdCode0214/datavis-final/tree/main/demo/data
- link2: https://github.com/ColdCode0214/datavis-final/tree/main/demo/csv
Here are some websites we used during the project in order to solve the problems we came up with.