-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
39 lines (28 loc) · 811 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
## Title
Acme Appointment Manager
## Purpose
Acme Appointment Manager tracks customers and associated appointment data, and generates reports to aid in
business decisions.
## Author
Lisa Georgiades
## Contact
TODO: FILL IN LATER
## Student application version
1.0
## Date
June 5, 2022
## IDE version
IntelliJ IDEA Community Edition 2021.1.3
## Full JDK of version used
Java SE 17.0.1+12-LTS-39
## JavaFX version
JavaFX-SDK-17.0.1
## Directions
Unzip Acme_Scheduler.zip in the desired directory
Open IntelliJ IDEA
Click File -> Open and point it to the C195 directory
When the project opens, click the green Run button
## Description of additional report
The additional report displays a total count of all customers in the system.
## MySQL Connector driver version number
mysql-connector-java-8.0.25