#BankingSystem #WebDevlopment #Task1 #The-Spark-Foundation
This is Task 1 " Online Bank Service " of The Spark Foundation under their #GRIPMAY21 Program
#Languages Used
- HTML
- CSS
- PHP
- JAVA SCRIPT
#Database Used
- MySql
To Run This Project Following Software Needs To Be Installed :
-
XAMP Download Link: https://www.apachefriends.org/ Download XAMP Setup according your system configuration Install The Setup
-
Visual Studio Download Link: https://code.visualstudio.com/download
OR
-
Notepad++ Download Link: https://notepad-plus-plus.org/downloads/
OR
-
Sublime Text Download Link: https://www.sublimetext.com/
To Run This Project Follow Below Steps:
- Install all the required setup
- Import tha databse file i.e customerdb which is present above into the MyPhp Admin.
- Open chrome or anyother browser and run the index.html file
#Database contains two Tables- Users Table & Transaction Table
User table have basic fields such as name, email & current balance. Transaction table records all transfers happened along with their time.
Flow of the Website: Home Page > View all Users > Select and View one User > Transfer Money > Select reciever > View all Users > View Transfer History.