This is a console based application which gives access to do all kind of banking operations. JDBC has been used to develop this system which includes JDBC Driver, Connections, DAO implementations and exception handling. MySQL has been used for database.
- JAVA - JDBC
- MySQL
- Open project ONLINE BANKING SYSTEM.
- Open src/com/obs and then mainwork folder.
- Create Database,tables into local system from SQL_TABLES.txt.
- Download .jar file according to your MySQL version from https://mvnrepository.com/artifact/mysql/mysql-connector-java.
- Run java file 'Main.java'.
- Accountant Login/Logout
- Customer Login/Logout
- Accountant Operations -> Create - Remove - Update - Delete Account - View Details and Transactions.
- Customer Operations -> Transfer money - View balance - Deposit - Withdraw - Transaction History.