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:
git clone https://github.com/SameerNadaf/BankingApplication
javac *.java
java BankingApp
src/
: Contains the Java source code files.database/
: Includes SQL scripts for database setup.
- 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)
Contributions are welcome! Feel free to submit issues and pull requests.
Happy coding! 🎉
https://github.com/SameerNadaf/BankingApplication