A Web Application used to transfer money between multiple users (Project contains 10 dummy users). A dummy user can also be created.
Front-end : HTML, CSS, Bootstrap & Javascript
Database : MySQL
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 > View all Users > Select and View one User > Transfer Money > Select reciever > View all Users > View Transfer History.
Made ✌🏻 by Guruprem Rajpal
Copyright [2021] [Guruprem Rajpal]
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.