This is the Spring based backend service for collab.
JDK 11
Running MongoDB service
To build, run the command: ./mvnw install -DskipTests=true
in the root directory
To run the Spring Boot module run the command: ./mvnw spring-boot:run
in the root directory