Final project for SDA studies
Use
docker run --net=host -e DJANGO_SECRET_KEY="@czgjf(!68ap^5+mcd**bgl=$b*vyx5eb701cfs$xs))7oj^0c" valentinrault/covid:latest
Use
docker-compose up
This project is aiming to analyse data for the coronavirus and present it in a clear way using charts.
Data would be gathered from the WHO website on a daily basis to have them up-to-date, the logic part is handle in our back-end by the django framework.
In order to render the data, the front-end will be render using HTML/CSS as well as JavaScript to create interactive charts.
- 1st week
- Framing the project
- Setting up the initial databases and their structure
- Creating views and urls structure, i.e. rough structure of the final website
- Script to format the data retrieved from WHO
- Decide on which front-end technology to use
- 2nd week
- Styling of the website
- Create login for practice
- Creating graphs with JS
- 3rd week
- Connecting back-end (Python) with front-end (JS)
- 4th week
- Optimizing
- Addition of features