Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chandandas27/bank-management-system
A Database project on Bank Management System using JavaFX and MySQL
https://github.com/chandandas27/bank-management-system
banking banking-applications banking-system database-management dbms-project dbmsminiproject fxml java javafx mysql-database project xampp-server
Last synced: 3 months ago
JSON representation
A Database project on Bank Management System using JavaFX and MySQL
- Host: GitHub
- URL: https://github.com/chandandas27/bank-management-system
- Owner: chandandas27
- Created: 2020-01-25T14:44:08.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-25T17:44:07.000Z (almost 5 years ago)
- Last Synced: 2024-10-11T06:05:13.977Z (3 months ago)
- Topics: banking, banking-applications, banking-system, database-management, dbms-project, dbmsminiproject, fxml, java, javafx, mysql-database, project, xampp-server
- Language: Java
- Homepage:
- Size: 3.46 MB
- Stars: 81
- Watchers: 3
- Forks: 35
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bank-Management-System
This is a Bank Management System Database Project.
Abstract: The main aim of Bank Management Mini DBMS project is to keep record of customer transactions in the bank.
We aim to demonstrate the use of create, read, update and delete MySQL operations through this project.
Firstly, employee registration is done in the concern bank branch.
Branch employee creates customer account in the bank, then customer can credit amount, debit amount and check balance.
Customer can even use different services like insurance, loan, bill payments etc.
Modules:
Bank Management Mini DBMS Project contains 4 modules:
1. Account Holder: As the name suggests, a record of customer details.
2. Transaction: Transactions to be made by the customer (credit amount, debit etc).
3. Services: Additional services that customer may want like (insurance, loan etc.).
4. Branch/Employee : Manager/Employee details of the concern bank.
SOFTWARE REQUIREMENTS:
• Operating system : Windows XP/7/10.
• Language : Java ( Install JDK 8 version)
• IDE : Netbeans 8.2 / Eclipse
• Database : MYSQL (Install XAMPP)
Technologies used:
• JavaFX
• Mysql