City Data Visualizer provides helpful visualizations for complex health data. With the help of open data, we hope to give both Berlin's administration, scientists and residents a better understanding of current health risks or positive impacts that are occurring in the city.
In our project folder run:
npm install
npm run serve
Alternatively you can use Docker:
docker build -t visualizer-fe:local .
docker run -p 8090:8090 visualizer-fe:local
CI/CD: By pushing on the master branch, our Github Action automatically deploys the web application / backend service.
Frontend:
- Vue.js, apexchart, leaflet
Backend:
- CouchDB, Flask, pycouchdb, pandas, numpy
DevOps:
- Kubernetes, Docker, Github Actions
- Scrum board: https://github.com/orgs/Api-visualizer/projects/1
- Frontend prototype: https://www.figma.com/file/akn5Z8GM9RSuhkAmzLinr0/Untitled?node-id=0%3A1
- Final product: https://city-data.app.datexis.com/
- Release frontend: https://github.com/Api-visualizer/city-data-visualizer-FE/tree/main
- Release backend: https://github.com/Api-visualizer/city-data-visualizer-BE/tree/main