PB-Bank
Table of Contents
-
About The Project
-
Getting Started
- Prerequisites
- Installation
- Usage
- Contact
About The Project
PB-Bank is a web application built with Spring Mvc. This project is implemented using HttpSession i.e. multiple users can access the website at the same time. Users can create account, edit account and send money to each other.
(back to top)
Built With
- Html
- Css
- Jsp
- Spring Context
- Spring Web Mvc
- Spring Jdbc
- My Sql
(back to top)
Getting Started
To run this project on your local server you'll need -
Prerequisites
- My Sql
- Apache Tomcat Server
- An Ide of your choice
Installation
(In Eclipse)
- Create a dynamic web project and configure it into a Maven Project
- Make sure you have added Apache tomcat server
- Copy pom.xml file and install all the dependencies
- Copy the Source code
- Go to Mysql and create 3 databases -
- bankCustomer
- bankAccount
- bankTransaction
- Create table in these databases and create columns by referring to the fields from modal controller respectively (make sure you update sql queries in dao)
(back to top)
Usage





(back to top)
Contact
Twitter - @prembhimavat
(back to top)