Basic-Banking-System

Sparks Foundation Web Development Internship Project : Basic Banking System website. A web application used to tranfer virtual money between multiple users and also record the banking transactions/ activities.

Stack used: Front-end : HTML, CSS, Bootstrap, Javascript Back-end : PHP Database : MySQL

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 all Users > Select and View one User > Transfer Money > Select Customer To Transfer To > View all Users > View Transfer History.