Online Bank Management System
Online Bank Management System
This project is aimed at developing an Online Banking for customer. The system is
an online application that can be accessed throughout the organization and outside
as well with proper login provided.
The project has been planned to be having the view of distributed architecture,
with centralized storage of the database. The application for the storage of the data
has been planned. Using the constructs of MYSQL 8.0 and all the user interfaces
have been designed using the JAVA. The database connectivity is planned using the
“Database” methodology. The standards of security and data protective mechanism
have been given a big choice for proper usage. The application takes care of different
modules and their associated reports.
Introduction
Internet Banking is all about knowing our customer need and provide them with the
right service at the right time through right channel 24*7 day a week.
Being “electronic”, it not only provides its customers with faster and better facilities,
it even reduces the manual overhead of accounts maintenance.
1. Customer must have a valid user ID and password to login to the system.
2. After the valid user logs in, the system shows the present balance in that particular
account number.
3. Customer can perform transactions like deposit and withdrawal from his account.
All the java files are stored in a package named rs in src folder under Java Resources
folder.
All the html, css, jsp files are stored under the Web-Content folder.
All the images used in the project are stored in images folder under Web-Content
folder.
The starting file of the project is index.html and then user can create a new account
or perform transactions on their existing account.
The backend has a database named bank and data is stored in a table named
NewAccount. The username and password of backend is root and tuchika
respectively.
Balance page
On correct login it shows:
Withdrawal page
On correct login it shows: