https://github.com/viralcodex/tsfwebd
https://github.com/viralcodex/tsfwebd
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/viralcodex/tsfwebd
- Owner: viralcodex
- Created: 2021-03-19T20:14:59.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-21T07:10:18.000Z (about 4 years ago)
- Last Synced: 2025-01-20T20:53:50.875Z (5 months ago)
- Language: CSS
- Size: 155 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Dummy Bank Website for TSF internship March 2021 batch.
Project Details:
Dummy Bank Website with pre stored 10 customers and transfer money between them.
No User login or creation.
Site not fully optimised for Small screens.
> Languages Used: HTML, CSS, JavaScript, PHP, MySQL
Database Details:
> Name: Bank
> Tables:customer, transfers
> Files included in repo: cutomer.sql, transfers.sql
File Details:
> index.html: Homepage of the Website
> custex.php: Shows the list of customers along with an option to see full details
> custdet.php: Shows the full details of the list of customers with an option to transfer money.
> det.php: Backend file used in custdet.php to fetch and create customer details table
> details.php: Shows the details of a specific customer and an option to transfer monety to it.
> insert.php: Main Backend file that updates TRANSFER records and performs validation check for transfer portal form.
> trans2.php: SHows the Transfer portal form to transfer money to any customer.
> table.php: Backend file used in custex.php to fetch and create basic customer list.
> transdet.php: Shows the current transfer details including Transfer ID, Date, Time, etc.
> transfer.php: Shows the whole list of transfers/transactions done.
> trantab.php: Backend file used in transfer.php to fetch and create the transaction list.