The 'Basic Banking System' is a Web-Development Internship Project (Task #1) as part of GRIP(Graduate Rotational Internship Program)@The Sparks Foundation
https://tsf-website-grip.000webhostapp.com/index.php
- Project is built using :
- Front-end technologies : HTML, CSS, Javascript, Bootstrap
- Back-end technologies : PHP
- Databases : MySQL
- IDE : VSCode
- Databases contains 2 tables :
Customer
: Maintains All Customer detailsTransact
: Mantains All Transaction details
To create a simple dynamic website which has the following:
- Dummy data in database for upto 10 customer.
- Customer table will have basic fields such as name, email, current balance, etc. Transact table will record all transfers that occurred, along with their date and time.
- Main flow of the Website: Home Page > View all Customers > Select and View one Customer > Send Money > Select Customer to transfer to > View all Customers > View Transaction History.