Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 606 Bytes

README.md

File metadata and controls

16 lines (8 loc) · 606 Bytes

Bank-System

Program for banking transactions (Withdrawal, Money Transfer, Deposition).

• The Project is implemented using OOP Concepts to handle these transactions.

• It has some other features like Changing account password and see your current balance.

• Its GUI is implemented using Java Swing library.

• It's supported by a database

Note: In case you want to use the database so you have to upload database file (accounts.SQL) to localhost for connecting before running the program

Bank.Mangement.System.mp4