+-- src
| +-- app.py // source code of dashboard application
| +-- helpers.py // helper functions to generate loan amortisation schedules
| +-- requirements.txt // libraries
+-- csvs // folder containing .csv files found in retail-banking-demo-data
| +-- ...
+-- insights // folder containing screenshot of dashboard for Task 2
| +-- ...
+-- .env // configuration about where the app runs
+-- Dockerfile // docker image instructions
+-- docker-compose.yaml // build instructions
$ docker-compose build
$ docker-compose up
Navigate to 127.0.0.1:5000. Otherwise, use your server IP xxx.xxx.xxx.xxx:5000 to view the dashboard.