The Civil Registry System is a JavaFX-based desktop application designed to manage birth records. It allows users to register new births, view existing records, and perform CRUD operations on the data.
- User Authentication:
- Sign up for new users.
- Log in for existing users.
- Birth Record Management:
- Register new birth records.
- View all registered records in a table.
- Edit or delete existing records.
- Database Integration:
- Uses Apache Derby as the embedded database.
- Automatically creates necessary tables on first run.
- Java Development Kit (JDK): Version 23 or higher.
- JavaFX SDK: Version 23.0.2 or higher.
- Apache Derby: Embedded database included in the project.