Use Maven to launch the GUI:
./mvnw javafx:runDefault password: 1234.
This app stores data as JSON files in the data/ folder by default.
- Cohorts:
data/cohorts.json - Courses:
data/courses.json - Teachers:
data/teachers.json - Rooms:
data/rooms.json - Staff:
data/staffs.json
You can override the data directory with:
- JVM system property:
-Dscheduler.data.dir=path/to/data
Run the persistence smoke test with Maven:
./mvnw test