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/YourUsername/YourBankingSystemRepo.git
-
Compile the Java Code:
javac *.java
-
Run the Application:
java BankingApp
- 'src/': Contains the Java source code files.
- 'database/': Includes SQL scripts for database setup.
- 'screenshots/': Screenshots of the application in action.
- 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)
- Screenshot 1
- Contributions are welcome! Feel free to submit issues and pull requests.