Git Product home page Git Product logo

bankingwebsite's Introduction

Basic Banking Website

This is a simple banking website project that utilizes PHP, CSS, Bootstrap, SQL, and XAMPP to demonstrate basic functionalities of a banking system. Users can create accounts, view account details, perform transactions, and view transaction history.

Features

  • Homepage - Provides information about the website and an "About Me" section.

  • Account Management - Users can view their account details, including the account balance.

  • Fund Transfer - Users can transfer money between their accounts or to other users.

  • Transaction History - Users can view a history of their transactions.

Technologies Used

  • Frontend:

    • PHP
    • CSS
    • Bootstrap
  • Backend:

    • PHP for server-side scripting
    • XAMPP for the web server and database (MySQL)

Getting Started

  1. Clone this repository to your local machine or set up your own XAMPP environment.

  2. Import the database schema (provided in database.sql) into your MySQL database.

  3. Configure the database connection in your PHP files (config.php) to match your local setup.

  4. Place the project files in your XAMPP htdocs directory.

  5. Start your XAMPP Apache and MySQL services.

  6. Open the website in your browser by navigating to http://localhost/swiss_bank/index.php.

Usage

  1. Navigate to the homepage to learn more about the website and its purpose.

  2. Create an account, and log in with your credentials.

  3. Explore your account details, including the account balance.

  4. Visit the "Transaction" page to transfer money to other accounts.

  5. Check the "Transaction History" page to view your recent transactions.

Database Schema

The project includes a MySQL database with the following tables:

  • users - Stores user information, including usernames and passwords.

  • accounts - Stores account information, including account balances.

  • transactions - Records all money transactions between accounts.

HomePage

swissbank

bankingwebsite's People

Contributors

ankit-akash 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.