SyedNoorAliDev / Bank-System

It is a Basic Bank Principle, developed in JAVA.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bank System

It is a Basic Bank System CLI app. We can add Clients and Accounts, View Client and Account Info, See whole bank (Its accounts sand clients), Withdraw/deposit money from any account.

How to make it functional??

  1. Download all the given files.

  2. Make 3 txt files: Persons.txt, Accounts.txt,  Clients.txt.

  3. Save All the files including these three text files in a package named as BankSys (Package Name may differ, and you can change it in your files).

  4. If you are using IntelliJ then the package should be in src folder of the project.

  5. In persons.txt we will enter data manually in the sequence: name, cnic, number.

  6. Comment loadCustomers() and loadAccounts in the loadAll() function in Driver Class.

  7. Now add any customer using cnic of the person, exit the program and uncomment the loadCustomers() function in loadAll() function.

  8. Add an account using cnic and opening amount.

  9. Exit the program and Uncomment the loadAccounts() function in loadAll() function.

  10. The Bank System is ready to use!

About

It is a Basic Bank Principle, developed in JAVA.

License:MIT License


Languages

Language:Java 100.0%