Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 551 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 551 Bytes

Jacob Isaacson C195FinalProject

Appointments

create read update and delete on customers, and addresses
On create schedule a list of schedules are pulled from the database
and the list of appointment times are changed based on what is already scheduled.

Customers

create read update and delete on customers, and addresses

Reports

Report1 shows appointment count by types
Report2 shows Users schedule
Report3 shows appointment counts by user

Mysql Connector

Im using mysql-connector-java-8.0.21.jar

Java Version

Java 8