Skip to content

roycechan/DKatalis_Task2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DKatalis Task 2

Folder Structure

+-- 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

Getting Started

Run container

$ docker-compose build
$ docker-compose up

View dashboard

Navigate to 127.0.0.1:5000. Otherwise, use your server IP xxx.xxx.xxx.xxx:5000 to view the dashboard.

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published