A simple Java console application that simulates basic banking operations using MySQL and JDBC.
- Connects to a local MySQL database
- Basic user authentication (login)
- Console prompts for user input
- Java
- JDBC
- Eclipse IDE
- MySQL
- Clone the repository
- Open the project in Eclipse
- Ensure MySQL is running on localhost:3306
- Update the credentials in SimpleBankingSystem.java if needed
- Run the program and follow the console instructions
Osman Kasadha