Spark_internship_tasks-1

• Kindly go through my work and feel free to give your reviews.

• Website Link: https://neogaean-patient.000webhostapp.com/index.php

Task - Basic Banking System
Frontend : Html5, CSS3, Bootstrap.
Backend: PHP.
Database: MySQL
IDE - VS Code

• Thankful to The Sparks Foundation for giving me this opportunity.

• Apply Here for an Internship under The Sparks Foundation: https://lnkd.in/genQECge

Graduate Rotational Internship Program in The Sparks Foundation
Web & Mobile Development Tasks

Problem Statement:
◇ 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.

How to start:

  1. Clone my repository or download the zip file
  2. If you're downloading the zip file, extract the zip file to a folder
  3. Open the folder with a code editor like VS Code or any IDE.
  4. Create two tables in a database - One to store user details and one to store transaction details.
  5. Create the necessery columns.
  6. Update my Config.php file with your database details.
  7. Run the code with XAAMP. You can reach out to me for queries. Details in my profile readme.