/sparks

task 1 : banking system

Primary LanguagePHP

#The-Sparks-Foundation

Sparks Foundation Internship Project : Basic Banking System A Web Application used to transfer money between multiple users (Project contains 10 dummy users). A dummy user can also be created.

1.Stack used - Front-end : HTML, CSS, Bootstrap & php, Back-end : PHP Database : MySQL

2.Database contains two Tables- Users Table & Transaction Table

User table have basic fields such as id,name, email & current balance. Transaction table records all transfers happened along with their time. Flow of the Website: Home Page > View Users > Select one User > Select reciever > Transfer Money > View Transfer History.