Appointment Database
Using A Monolithic architecture, I created a standalone Windows application which could Add, Update, and Delete data for Customer and Appointment tables with a custom GUI built in JavaFX using XHTML, Java, and SQL with MySQL.


Java Project
Adding Customer
Click Add -> Input Customer Information -> Click Save
Customer ID cannot be edited - auto-populated.
Countries and State - auto-populated.


Customer Added!
Customer Information is added to the database and the table is updated to display the new list of customers.

