Open the directory ./server
with VS Code and install the recommended extensions.
Using Maven, you can run the application locally by using ./mvnw spring-boot:run
.
Alternatively, you can build the JAR file with ./mvnw clean package
and then run the JAR file java -jar target/server-0.0.1-SNAPSHOT.jar
.