https://github.com/vedashreebane/basic-banking-system
This is an Internship Project from The Sparks Foundation through the Graduate Internship Program (GRIP).
https://github.com/vedashreebane/basic-banking-system
bootstrap css gripfeb23 html javascript mysql php sparksfoundation-intern webdevelopment
Last synced: 3 months ago
JSON representation
This is an Internship Project from The Sparks Foundation through the Graduate Internship Program (GRIP).
- Host: GitHub
- URL: https://github.com/vedashreebane/basic-banking-system
- Owner: vedashreebane
- Created: 2023-02-19T08:30:15.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-19T08:31:40.000Z (over 3 years ago)
- Last Synced: 2025-02-25T00:33:48.019Z (over 1 year ago)
- Topics: bootstrap, css, gripfeb23, html, javascript, mysql, php, sparksfoundation-intern, webdevelopment
- Language: PHP
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Basic-Banking-System
This is an internship project from The Sparks Foundation through the Graduate Internship Program (GRIP).
**Project Task:**
- Create a simple dynamic website which has the following specs.
- Start with creating a dummy data in database for upto 10 customers. Database options: Mysql, Mongo, Postgres, etc. Customers table will have basic fields such as name, email, current balance etc. Transfers table will record all transfers happened.
- Flow: Home Page > View all Customers > Select and View one Customer > Transfer Money > Select customer to transfer to > View all Customers.
- No Login Page. No User Creation. Only transfer of money between multiple users.
- Host the website at 000webhost, github.io, heroku app or any other free hosting provider. Check in code in gitlab.
SOFTWARE REQUIREMENTS:
• Operating system : Windows XP/7/10.
• Front End : HTML, CSS, JS, PHP
• Back end: MySQL
• Database : MYSQL (Install XAMPP)
• Server: XAMPP
TECHNOLOGIES USED:
• HTML
• CSS
• PHP
• MYSQL
• JS
• Bootstrap