Industrial Internship Project : Online Bank Management 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 & Javascript
Library : Jquery
Framework : Bootstrap
Back-end : PHP
Database : MySQL
Software : 1. Xampp(for Apache and database server-side hosting)
2. Visual Studio Code(for coding)
Database contains two Tables- Users Table & Transaction Table
- User table have basic fields such as name, email & current balance.
- Transaction table records all transfers happened along with their time.
Flow of the Website: Home Page > Create a User > Enter details and upload photo > Transfer Money > Select reciever > Enter reciever details > View Transfer History.