Skip to content

This is a Web Application to simulate ATM using ASP.NET MVC

Notifications You must be signed in to change notification settings

Ankur-Dhall/Banking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Banking

This is a Web Application to simulate ATM using ASP.NET MVC. In this there are two roles i.e, customer and customer manager. A customer manager can add new customers as they open an account with the bank. A customer can register to the website if they have an account with the bank. After registering, customer can login using his/her email and password and use following features using their pin:

1.Withdraw

2.Deposit

3.Third Party Transfer

4.View Transactions

5.Change Pin

Home page of Banking App:

Screenshot (14)

Login page for Customers and Customer Manager:

Screenshot (15)

Once logged-in as a Customer, application take the user to Account Details page:

Screenshot (16)

Customer can withdraw from their account. Strict client-side and server-side Validations are used to make this secure:

Screenshot (17)

Customer can deposit money too:

Screenshot (18)

When user clicks on third party transfer, previous payees are shown and option to add new payee:

Screenshot (19)

When a payee is clicked, transfer money form is shown to the user:

Screenshot (20)

User can view all their previous transactions. Datatables are used for Searching, Sorting and Paging:

Screenshot (21)

User also has the option to change their pin:

Screenshot (22)

When logged-in as a Customer Manager, Customer list and option to add new customer is shown:

Screenshot (23)

When a user opens an account with the bank, customer manager will use this to add customer to the database. Then, user can register on the application and start using all the features provided:

Screenshot (24)

About

This is a Web Application to simulate ATM using ASP.NET MVC

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published