Java

Appointment Database

Using the Model - View - Controller structure 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.

Adding Customer

Click Add -> Input Customer Information -> Click Save

Customer ID Auto-populates.

Customer Added!

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