Skip to content

Bank Management Application is a simple JavaFX application that demonstrates how to develop a CRUD (Create, Read, Update, Delete) operation application for managing bank accounts.

License

Notifications You must be signed in to change notification settings

Youcefi/javafx-bank-management

Repository files navigation

Bank Management Application

Bank Management Application is a simple JavaFX application that demonstrates how to develop a CRUD (Create, Read, Update, Delete) operation application for managing bank accounts. It provides a user-friendly interface to perform basic banking operations such as creating new accounts, viewing account details, updating account information, and deleting accounts. The application utilizes MySQL as the database for storing and retrieving account data.

Bank Management Interface

Features 🌟

  • 🏦 Create Account: Create new bank accounts.
  • 👀 View Account Details: Display account information, including bank name, account number, etc.
  • ✏️ Update Account: Modify the account information.
  • 🗑️ Delete Account: Remove an existing account from the system.

Prerequisites 📋

Before running the Bank Management JavaFX Application, make sure you have the following prerequisites in place:

  • Java Development Kit (JDK): Make sure you have JDK 8 or higher installed on your machine.

  • JavaFX: Since the Bank Management Application is built using JavaFX, you need to have JavaFX properly set up in your project. If you're using JDK 11 or later, JavaFX is no longer bundled with it. You can download JavaFX from the OpenJFX website and configure it based on your specific IDE or build tool.

  • MySQL Database: Install and set up a MySQL database server on your machine. Create a new database for the Bank Management Application and configure the necessary tables and columns for storing account information.

Getting Started 🚀

To run the Media Player Application on your desktop, follow these steps:

  1. Clone the repository: git clone https://github.com/Youcefi/javafx-bank-management/ or download the repository to your local machine.
  2. Ensure that you have JavaFX properly set up in your project.
  3. Open the project in your preferred Java IDE (e.g., IntelliJ IDEA, Eclipse).
  4. Build the project to compile the source code and resolve dependencies.

License 📄

This media player application is licensed under the MIT License. Feel free to modify and distribute it according to your needs.

About

Bank Management Application is a simple JavaFX application that demonstrates how to develop a CRUD (Create, Read, Update, Delete) operation application for managing bank accounts.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published