GithubHelp home page GithubHelp logo

kishooream / grip_webdev_task1 Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 17 KB

A Basic Banking System project for internship at Sparks Foundation.

PHP 87.82% JavaScript 4.75% Hack 7.43%
banking basic-banking-system bootstrap html php sparksfoundation-intern the-sparks-foundation

grip_webdev_task1's Introduction

Sparks Foundation - Basic Banking System

Index

  • Description
  • First Time Installation
  • How To Run
  • Screenshort

Description

  • This a Internship project by Sparks Foundation.
  • This project is built on HTML/CSS, Bootstrap, PHP and MySQL.
  • Details of Customers are maintained as Name, Email, Amount are fields.
  • Transaction is done through PDO, If some Error occured while Transaction changes made to table is Rollback(Reverted).

First Time Installation

  • Clone the Repository.
  • Make sure you have installed XAMP on your computer.
  • Copy this folder(Sparks-Foundation) to XAMP installation Directory and then inside htdocs folder.
For Example
C:\xampp\htdocs\
  • Open Xamp Control Panel. Click on Start button near Apache and MySQL.
  • Open browser type the following into search bar.
http://localhost/Sparks-Foundation/firsttime.php
  • If everything works fine you would see this on your browser.
Conection was established Succesfully.
DATABASE Created Successfully.
Customer Table Created Successfully.
Entries added to table Successfully.
Transaction Table Created Successfully.
  • This means that you have created a database name bank, a table name customers also added 10 entries to table and finally creating a table name Transaction.

How To Run

  • After following steps above(First Time Installation).
  • Make Sure XAMP is active with Apache and MySQL Server Enabled.
  • Open Browser Enter the following URL:
http://localhost/Sparks-Foundation/

OR

http://localhost/Sparks-Foundation/index.php
  • You will land to Homepage of Money Bank Website.
  • Click On View all Customer from Navigation OR Get Started button for viewing detail of all Customers.
  • You will see Customer details in table with deatils like(Name, Email, Current balance, etc.).
  • Click on Send Button Corresponding Any row of table.
  • Now We are on Money Transfering Page. Now Enter a Valid Name in To textbox and also Enter Amount, Click on checkbox and finally Click on Send Button To Start Transfer.
  • Make sure the Amount you enter is not grator then current balance of the Person Selected, else it will pop Message.
  • If the Transaction is successful Message will displayed and Changes made by above Transaction will be updated to customer table.

grip_webdev_task1's People

Contributors

kishooream avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.