Giter Club home page Giter Club logo

a2zbank's Introduction

ONLINE BANKING SYSTEM

-I have developed this API for easy online banking system portal application. -It performs fundademtal CURD operation of any banking application. -This project is develped by me in the span of 5 days during construct week in Massai School.

TECH STACK

  • Java
  • Spring Boot
  • MySQL

MODULES

  • Log-in/Log-out
  • Admin Module
  • Customer Module
  • Account Module
  • Transaction Module

FEATURES

Admin and User authentication

<>Admin Feature<>

  • Administrate the entire application.
  • Admin can access and alter the details of all the users.

<>User Feature<>

  • Log in themselves.

  • Viewing trancastions.

  • User can access his Account only.

    TABLE SCHEMA

Tables_in_bank
Account
AccountTransaction
Admin
Branch
Customer
   ACCOUNT
Field Type
id int
balance double(9,1)
cardNo varchar(25)
custID int
date date
pin int
status varchar(25)
type varchar(25)
 AccountTransaction
Field Type
id int
accountID int
toAccId int
type varchar(25)
amount double(9,1)
date date
     ADMIN
Field Type
id int
password varchar(25)
userID varchar(25)
   BRANCH
Field Type
id int
city varchar(25)
name varchar(25)
state varchar(25)
     Customer     
Field Type
id int
branchID int
password varchar(25)
FirstName varchar(25)
LastName varchar(25)
gender varchar(25)
Address varchar(45)
Phone varchar(25)
email varchar(45)
date date

a2zbank's People

Contributors

sayeda-5 avatar

Stargazers

WESAM OTHMAN avatar

Watchers

 avatar

a2zbank's Issues

Day-3

  1. DTO account
  2. DTO customer
  3. DTO any other

Day-2

  1. DAO of Customer
  2. UI part1

Day-4

  1. Checking Database
  2. Functions add account
  3. Functions delete acc
  4. Functions view all
  5. Functions view one

Day-3

  1. DAO utils
  2. DAO accounts
  3. DAO of anyother

Day-2

  1. create data base
  2. make log in customer
  3. make log in admin

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.