This game of Kalaha runs using Spring Boot 3.1.0 and either Java 17 or Kotlin 1.8.0
You can start the Java version by running below command in command prompt from .\kalaha-java-backend folder:
mvn spring-boot:run
You can start the Kotlin version by running below command in command prompt from .\kalaha-kotlin-backend folder:
mvn spring-boot:run
The Java game can be accessed from http://localhost:8080/kalaha/java
The Kotlin game can be accessed from http://localhost:8090/kalaha/kotlin
The talk slides can be found in the root directory, as well as at [Production] You want to put Kotlin where?!