Welcome to the Banking System project! This Java-based application allows you to manage user accounts, perform transactions, and ensure the security of financial data.
Follow these steps to set up and run the project on your local machine:
-
Clone the Repository:
git clone https://github.com/AKxy4321/BankApp.git
-
Compile the Java Code:
javac *.java
-
Run the Application:
java BankingApp
- 'src/': Contains the Java source code files.
- User Registration & Login
- Account Creation
- Debit and Credit Transactions
- Money Transfer Between Accounts
- Balance Inquiry
- Robust Security Measures
- Java
- JDBC (Java Database Connectivity)
- MySQL (or your preferred database system)