An open API service indexing awesome lists of open source software.

https://github.com/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
https://github.com/smilewithkhushi/basic-banking-system

banking-system css grip html javascript mysql php sql website

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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