Skip to content

priya510/Basic-Banking-system

Repository files navigation



GitHub contributors

Demo

This website is all about how transaction happens between two customers.This website is developed using HTML,CSS,Bootstrap,SQL,PhpMyAdmin... If users Click on View Details button they can see there name,email and remaining balance.

Steps to transfer money between two customers :

  • Go to 'View all Customers'.
  • You can view the details of the customers.
  • At the bottom of the page click the transfer button for transferring amount.
  • Enter the Sender's and receiver's id along with the amount to be transferred.
  • If the details are correct as well as the user have enough balance to transfer the amount, The page will show the 'successful' message.
  • If the id's are incorrect or amount is not possible to be transferred then 'transaction failed' message will be displayed.
  • After the end of transaction the user will be redirected to the 'view all customers' page.

Software used:Xampp,Sublime Text,PhpMyAdmin,MySql

How to run this project :

First you need to open Xammp software in that you need to start Apache and MySql and then transaction will begin.

Demo