Skip to content

Latest commit

 

History

History
95 lines (68 loc) · 2.27 KB

README.md

File metadata and controls

95 lines (68 loc) · 2.27 KB

PB-Bank

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. 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)

  1. Create a dynamic web project and configure it into a Maven Project
  2. Make sure you have added Apache tomcat server
  3. Copy pom.xml file and install all the dependencies
  4. Copy the Source code
  5. Go to Mysql and create 3 databases -
    1. bankCustomer
    2. bankAccount
    3. bankTransaction
  6. 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

Home Page

Dashboard

All Accounts

Send Money

All Transactions

(back to top)

Contact

Twitter - @prembhimavat

(back to top)