Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 days 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 (12 months ago)
- Default Branch: main
- Last Pushed: 2024-06-26T13:53:22.000Z (8 months ago)
- Last Synced: 2025-02-07T20:44:43.180Z (5 days 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
![ac1](https://github.com/malintha-induwara/hibernate-account-manager/assets/60071404/37c8dae2-2047-4776-b6f3-64f8a8ce3732)
![ac3](https://github.com/malintha-induwara/hibernate-account-manager/assets/60071404/49c1815a-e82c-4b54-8d10-ba5be1b62ab5)
![ac2](https://github.com/malintha-induwara/hibernate-account-manager/assets/60071404/dfd68659-96b2-46a8-98c8-852c9837a9d8)
## 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