// CTB banking 2023
CS0053-CASESTUDY: CTB Online Banking
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?
-
If you're using an IDE, run the
DriverCode.java -
Alternatively, if you want to use a console only, type this into your console
javac DriverCode.java
java DriverCode