Simplified Web BMS is a basic banking management system built using core HTML, CSS, JavaScript, and PHP.
Note: This is a simplified version of a BMS, You can get the full-fledged bank management system with more features built using Bootstrap from Bank-Management-System-in-Web.
- User registration and login
- Transaction history
- Transfer funds
- Income/Expense Tracker
To set up the project locally, follow these steps:
- Clone the repository:
git clone https://github.com/sawongam/simplified-web-bms.git
- Navigate into the project directory:
cd simplified-web-bms
- Install a local server environment like XAMPP or WAMP.
- Copy the database to your Local Server environment.
- Move the project files to the htdocs folder of your local server.
- Start your local server and open the project in your browser.
Open the project in your browser. You can register a new account or login if you already have an account. Once logged in, you can manage your account, view your transaction history, and transfer funds.
Contributions to the project are welcomed. If you find any bugs, issues, or have suggestions for improvements, feel free to open an issue or submit a pull request. Let's collaborate and make this project better together.
This project is licensed under the MIT License - see the LICENSE file for details.
This project was created by sawongam