- Group number: 08
- BSc Computer Science
- Academic Year: 2024/2025
- Maastricht University
-
README.md — repository overview, including a brief description of the software and of the layout of its files and folders.
-
pom.xml — control file for the Maven Java build tool.
-
src/main/java/Main.java — entry point to the GUI application, including a static main function. See below for specification of how the gui, and routing engine will be started.
-
src/test/java/ — unit tests
Step 1: Build your project by running git clone and changing into the resulting folder:
git clone https://gitlab.maastrichtuniversity.nl/bcs1600-2025/group8.git
cd group8Step 2: Running the Maven command to install all dependencies:
mvn clean installStep 3: Running the engine using Maven Command:
mvn -q exec:javaStep 4:Type the following in terminal to run tests:
mvn test- Shaked Gayer (I6403541)
- Benas Guzelis (I6406132)
- Sidra Al Khawam (I6352408)
- Eirini Papaioannou (I6389716)
- Bianca Popescu (I6378462)
- Louis Nathan Vessah Njoya Tchuente (I6371413)
- Axel Andreev (I6339355)