A JavaFX-based library management system that allows users to manage book borrowings.
- Login to the system using username and password
- Update password
- View borrowing history
- Borrow books
- Return books
- Renew return date
- Mark books as lost
- Manage user accounts
- Manage books
- Manage categories
- Manage borrowings
- Java 8 or later
- JavaFX 8 or later
- MySQL database
- This is a basic implementation and may require additional features and security measures for a production-ready system.
- The database schema is provided as a sample SQL file in the repository.