$ git clone https://github.com/InTechSA/kotlin-rest-api-starter.git
$ cd kotlin-rest-api-starter/
$ mvn install
$ mvn test
$ java -jar hello-world/target/hello-world-1.0-SNAPSHOT-jar-with-dependencies.jar
$ curl localhost:7000
$ java -jar user-api/target/user-api-1.0-SNAPSHOT-jar-with-dependencies.jar
$ curl localhost:7000/users
- Kotlin : Statically typed programming language
- Javalin : Simple REST APIs for Java and Kotlin
- Kmongo : A Kotlin toolkit for Mongo
- KotlinTest : Flexible and comprehensive testing tool for Kotlin