Skip to content

Distributed Banking System with Customers, Tellers and System Administrators using Java and MySQL

Notifications You must be signed in to change notification settings

asvinp/ATB-Bank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

ATB-Bank

[CMPE 207] - Distributed Banking System using Java and MySQL

  • Coded a distributed banking system consisting of customers, tellers and system admins using socket programming
  • Developed the Customer interface while implementing access restrictions through MySQL database functions
  • Constructed an intuitive Java graphical user interface to create a user-friendly system for customers and staff while preventing any unauthorized actions

The CMPE 207 semester project is based on a distributed banking system that is based on socket programming with Customers, Tellers, and System Administrators as an audience. Each type of audience is given certain functions to interact with an imaginary bank. In addition, the bank is hierarchically structured like a pyramid with Customers on the bottom, Tellers in the middle, and System Administrators on the top. Customers are only capable of interacting within their bank account, while Tellers are capable of interacting with all Customer accounts but require confirmation from Customers. Finally, the System Administrators are in full control over Teller accounts but are unable to interact with Customer accounts in any form.

About

Distributed Banking System with Customers, Tellers and System Administrators using Java and MySQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages