https://github.com/malintha-induwara/account-manager
A Java application using Hibernate for managing user accounts with basic CRUD operations.
https://github.com/malintha-induwara/account-manager
hibernate java javafx materialfx
Last synced: about 2 months ago
JSON representation
A Java application using Hibernate for managing user accounts with basic CRUD operations.
- Host: GitHub
- URL: https://github.com/malintha-induwara/account-manager
- Owner: malintha-induwara
- Created: 2024-02-15T14:02:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-26T13:53:22.000Z (11 months ago)
- Last Synced: 2025-02-07T20:44:43.180Z (4 months ago)
- Topics: hibernate, java, javafx, materialfx
- Language: Java
- Homepage:
- Size: 1.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Account Manager
* This account manager application is built using the Hibernate framework, providing robust and efficient management of user accounts.## User Interfaces



## Features
* **User Account Management:** Create, update, and delete user accounts effortlessly.
* **Hibernate Framework:** Utilize the powerful ORM capabilities of Hibernate for efficient data management.
* **Secure Data Handling:** Ensure data integrity and security with best practices in account management.
* **Modern UI:** Enjoy a clean and intuitive user interface for managing accounts.## Built with
* Java
* Java FX
* Material FX
* Hibernate