This project is a simple banking system implemented in Java, focusing on Object-Oriented Programming (OOP) principles. It allows users to create bank accounts, deposit and withdraw money, and perform basic banking operations.
- Create new bank accounts
- Deposit money into accounts
- Withdraw money from accounts
- Account balance inquiry
To run the project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/Adi-Abhishek/banking_system.git
-
Navigate to the project directory:
cd java-banking-system
-
Compile the Java files:
javac BankingSystem.java
-
Run the main program:
java BankingSystem
-
Follow the on-screen instructions to interact with the banking system.
- When prompted, choose from the menu options to perform various banking operations.
- To create a new account, select the option to add an account and follow the prompts.
- To deposit or withdraw money, enter the account ID and the amount when prompted.
- To exit the program, choose the option to exit from the menu.