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
- Host: GitHub
- URL: https://github.com/iamrlz/bank-management-system
- Owner: iamrlz
- Created: 2022-04-04T19:45:10.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-06T13:49:55.000Z (11 months ago)
- Last Synced: 2024-12-06T14:43:43.436Z (11 months ago)
- Topics: banking-system, html, mysql, php
- Language: HTML
- Homepage:
- Size: 3.52 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.git2. 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)