System Settings

Language Selection

SYSTEM_SECURE // FPGD

System Settings
--:--:--
Navigation // ONLINE
CTB BANKING

// CTB banking 2023

CS0053-CASESTUDY: CTB Online Banking

View on GitHub

A modern centralized banking system for tradiitonal banking system

Description

This project is a continuation of the CS0053 Case Study which was written using C++. The goal of project is to migrate into a new programming language and implement the following product features:

  • Mobile Banking Application
  • Customer Portal
  • Security Protocol
  • Data Analytics Dashboard
  • Automated Customer Support

Getting Started

Requirements

  • Any IDE that supports Java programming language or in a terminal

How to run?

  1. If you're using an IDE, run the DriverCode.java

  2. Alternatively, if you want to use a console only, type this into your console

 javac DriverCode.java
 java DriverCode
SCROLL