Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/therajsoren/grip-projects
GRIP@ Sparks Foundation web development internship Task-1 Basic Banking website
https://github.com/therajsoren/grip-projects
banking-website internship-task
Last synced: about 23 hours ago
JSON representation
GRIP@ Sparks Foundation web development internship Task-1 Basic Banking website
- Host: GitHub
- URL: https://github.com/therajsoren/grip-projects
- Owner: therajsoren
- Created: 2024-06-21T02:56:44.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-21T10:52:04.000Z (5 months ago)
- Last Synced: 2024-06-22T22:16:50.327Z (5 months ago)
- Topics: banking-website, internship-task
- Language: HTML
- Homepage: https://grip-projects.vercel.app
- Size: 25.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GRIP-PROJECTS
GRIP@ Sparks Foundation web development internship Task-1 Basic Banking website.# TASK-1 : Basic Banking System
◇ 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.