STUDENT NAME = "Leif Mørstad"
STUDENT ID = "111784"
This is an application to manage train departures, by adding, removing, changing, and querying departures.
The project is structured seperated into two parts, the tests-, and the production classes:
- The production classes are located in the
src/main/java/edu/ntnu/stud
folder. - The test classes are located in the
src/test/java/edu/ntnu/stud
folder.
https://github.com/leifssm/IDATT1003-2023-Mappe-TrainDispatchSystem/commits/main
To start the project, run the main method in the src/main/java/edu/ntnu/stud/TrainDispatchSystem.java
file.
To run the tests, run "Test Project" in the run configurations tab in IntelliJ.