Developed a Basic Banking Website.
- [Description]
- First Time Installation
- How To Run
Language:PHP Databases used:MySQL Design used:HTML JavaScript,Bootstrap Browser used: Google Chrome Software used:XAMPP
- This project is built on HTML/CSS, Bootstrap, PHP and MySQL.
- Details of Customers are maintained as
Name,Email,Amountare fields.
- Clone the Repository.
- Make sure you have installed XAMP on your computer.
- Copy this folder (bank) to XAMP installation Directory and then inside htdocs folder.
For Example
C:\xampp\htdocs\
- Open Xamp Control Panel. Click on Start button near Apache and MySQL.
- Open PHPMyAdmin (http://localhost/phpmyadmin)
- Open a browser and go to URL “http://localhost/phpmyadmin/”
- Click on the databases tab -Create a database naming “mybank
- Open browser type the following into search bar.
http://localhost/bank/login.php
- If everything works fine you would see this on your browser.
Conection was established Succesfully.
DATABASE Created Successfully.
Customer Table Created Successfully.
Entries added to table Successfully.
Transaction Table Created Successfully.
- This means that you have created a database name mybank, a table name customers also added 10 entries to table and finally creating a table name Transaction.
- You will land to Homepage of Bank Website.
- Login Credentials: Utilize the following credentials to access different user roles: Manager: Username: [email protected] Password: manager Cashier: Username: [email protected] Password: cashier User: Username: [email protected] Password: some
- Click On
View all Customerfrom Navigation ORGet Startedbutton for viewing detail of all Customers. - You will see Customer details in table with deatils like(Name, Email, Current balance, etc.).
- Click on
SendButton Corresponding Any row of table. - Now We are on Money Transfering Page. Now Enter a Valid Name in
Totextbox and also Enter Amount, Click on checkbox and finally Click onSendButton To Start Transfer. - Make sure the Amount you enter is not grator then current balance of the Person Selected, else it will pop Message.
- If the Transaction is successful Message will displayed and Changes made by above Transaction will be updated to customer table.