https://github.com/sumeetgedam/tsf-basic-banking-system
https://github.com/sumeetgedam/tsf-basic-banking-system
css database mysql php webdevelopment
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sumeetgedam/tsf-basic-banking-system
- Owner: sumeetgedam
- Created: 2021-05-19T11:05:02.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-04-06T07:58:42.000Z (over 4 years ago)
- Last Synced: 2025-03-22T15:31:33.183Z (over 1 year ago)
- Topics: css, database, mysql, php, webdevelopment
- Language: PHP
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: history.php
Awesome Lists containing this project
README
# TSF-Basic-Banking-System
# 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.
Stack used -
Front-end : HTML, CSS, Bootstrap & Javascript
Back-end : PHP
Database : MySQL
Database contains two Tables- Customers Table & history Table
1. Customers table have basic fields such as name, email & current balance.
2. history 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.



