smilewithkhushi / Basic-Banking-System

Created a Basic Banking System which facilitates transfer of money from one user to another. Created Using HTML, CSS, JavaSript and PHP along with mySQL Database

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Basic-Banking-System

A Basic Banking System Website using HTML, CSS, JavaSript and PHP along with mySQL Database.


🗒️ OVERVIEW: 🗒️

The features of this project :
-> Facilitate the transfer of money from one user to another in their bank account
-> stores the detials of user in database
-> all the transaction details are recorded and stores in database
-> contains webpages such as home page, contact and about page, tranaaction , customer and sending money page!

✨ PROJECT PREVIEW ✨


🖥️ SET UP THE PROJECT 🖥️

To Check if PHP is installed on your Computer

  1. Search for the command prompt in Windows by using the search keyword cmd.
  2. Open it then type php --version and click enter.

Installation

  1. Install XAMPP or WAMPP.
  2. Open XAMPP Control panal and start [apache] and [mysql] .
  3. Download this project from github OR follow gitbash commands :
  4. i> cd C:\xampp\htdocs\

    ii> git clone https://github.com/SmileWithKhushi/Basic-Banking-System.git

  5. Extract the files in C:\xampp\htdocs.
  6. Open link localhost/phpmyadmin
  7. Click on new at side navbar.
  8. Give a database name as (bankingsystem) hit on create button.

🛠️ HOW TO CONTRIBUTE 🛠️

  1. Refer to CONTRIBUTING.md for details

About

Created a Basic Banking System which facilitates transfer of money from one user to another. Created Using HTML, CSS, JavaSript and PHP along with mySQL Database


Languages

Language:CSS 49.3%Language:PHP 26.7%Language:Hack 15.1%Language:HTML 9.0%