Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Stack used - The Database contains two Tables- Users Table & Transaction Table
The User table have basic fields such as name, email & current balance.
The Transaction table records all transfers happened along with their time.
The Flow of the Website:
Home Page > View all Users > Select and View one User > Transfer Money > Select reciever > View all Users > View Transfer History.
Steps are- 1:- Install and Open Xampp Control Panel. 2:- Connect Apache Server and mySQL Server. 3:- If it does not connect at first then open Task Manager and disconnect mySQL id option from there. 4:- Now disconnect Apache and mySQL server and then reconnect it. 5:- Now open localhost/phpmyadmin and then add the required files there. 6:- Now open the Index file. 7:- After the work, don't forget to turn off the Apache and MySQL Servers.