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

https://github.com/iamrlz/bank-management-system

This is an Bank Management system using HTML,PHP and MYSQL
https://github.com/iamrlz/bank-management-system

banking-system html mysql php

Last synced: 6 months ago
JSON representation

This is an Bank Management system using HTML,PHP and MYSQL

Awesome Lists containing this project

README

          

# Bank Management System

A web-based **Bank Management System** built with **HTML**, **PHP**, and **MySQL** for managing customer and staff activities.

---

## Features

### Customer:
- **Login/Logout**: Secure access to the system (`customer_login.php`, `customer_logout.php`).
- **View Profile**: Check and update account details (`customer_profile.php`).
- **Fund Transfer**: Transfer money between accounts securely (`fund_transfer.php`).
- **Account Statement**: View transaction history and balance (`cust_statement.php`).

### Staff:
- **Login/Logout**: Staff authentication (`staff_login.php`, `staff_logout.php`).
- **Manage Customers**: Add, update, or delete customer accounts (`delete_customer.php`).
- **Transactions**: View customer transaction history (`view_customer_trans.php`).
- **Activity Monitoring**: Access active customer lists (`active_customers.php`).

---

## Prerequisites
1. **Server Setup**: Install XAMPP, WAMP, or any PHP-compatible server.
2. **Database**: Import the SQL schema from the `DATABASE FILE` into MySQL.

---

## Installation
1. Clone this repository:
```bash
git clone https://github.com/iamrlz/bank-management-system.git

2. Place the project files in the server's root directory (e.g., htdocs for XAMPP).
3. Start the server and MySQL.
4. Import the database schema:
- Open PHPMyAdmin.
- Create a new database (e.g., bank_management).
- Import the SQL file from the DATABASE FILE directory.
5. Open your browser and navigate to:
`http://localhost/`

## Repository Links
- Current Repository: [View Current Repository](https://github.com/iamrlz/bank-management-system)
- New Repository for Updates: [View Updated Repository](https://github.com/iamrlz/bank-management-system-using-php-Updated)