Skip to content

DevilStudio27/Banking-System-GRIP-Task

Repository files navigation

Banking-System-GRIP-Task

Task 1 - Basic Banking System

Task Description

  • 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 of website : 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.

Stack Used

  • Front-end

    • HTML
    • CSS & SCSS
    • Bootstrap
    • Javascript
  • Back-end

    • PHP
  • Database

    • SQL

Youtube and Live Link