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
- Host: GitHub
- URL: https://github.com/smilewithkhushi/basic-banking-system
- Owner: smilewithkhushi
- Created: 2022-09-10T09:37:50.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-25T05:31:05.000Z (about 2 years ago)
- Last Synced: 2024-01-25T06:29:39.416Z (about 2 years ago)
- Topics: banking-system, css, grip, html, javascript, mysql, php, sql, website
- Language: CSS
- Homepage:
- Size: 4.5 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: history.jpg
- Contributing: CONTRIBUTING.md
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
- Search for the command prompt in Windows by using the search keyword cmd.
- Open it then type php --version and click enter.
Installation
- Install XAMPP or WAMPP.
- Open XAMPP Control panal and start [apache] and [mysql] .
- Download this project from github OR follow gitbash commands :
i> cd C:\xampp\htdocs\
ii> git clone https://github.com/SmileWithKhushi/Basic-Banking-System.git
- Extract the files in C:\xampp\htdocs.
- Open link localhost/phpmyadmin
- Click on new at side navbar.
- Give a database name as (bankingsystem) hit on create button.
🛠️ HOW TO CONTRIBUTE 🛠️
- Refer to CONTRIBUTING.md for details