Skip to content

SeriousRasCode/BirthRegistryApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Civil Registry System

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.

Features

  • 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.

Prerequisites

  • Java Development Kit (JDK): Version 23 or higher.
  • JavaFX SDK: Version 23.0.2 or higher.
  • Apache Derby: Embedded database included in the project.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages