Skip to content

Latest commit

 

History

History
60 lines (43 loc) · 2.06 KB

README.md

File metadata and controls

60 lines (43 loc) · 2.06 KB

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