rahulchamoli12 / Online-Banking-System

Online Banking System || JDBC application || JAVA - SQL || One to Many Relationship

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ONLINE BANKING SYSTEM

Introduction

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.

TECH STACK

  • JAVA - JDBC
  • MySQL

Setup for Running the Project

  1. Open project ONLINE BANKING SYSTEM.
  2. Open src/com/obs and then mainwork folder.
  3. Create Database,tables into local system from SQL_TABLES.txt.
  4. Download .jar file according to your MySQL version from https://mvnrepository.com/artifact/mysql/mysql-connector-java.
  5. Run java file 'Main.java'.

Features

  • 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.

About

Online Banking System || JDBC application || JAVA - SQL || One to Many Relationship


Languages

Language:Java 100.0%