Getting Started and Adding the Dependencies
Learn how to build a Ktor application in Kotlin and execute a "Hello World" program.
We'll cover the following...
The framework we’ll be using for our microservice in this chapter is called Ktor. It’s a concurrent framework that’s developed and maintained by the creators of the Kotlin programming language.
For a Kotlin Gradle project, we have some requirements.
Technical requirements
- JDK 11 or later
- IntelliJ IDEA
- Gradle 6.8 or later
- PostgreSQL 14 or later
Note: We do not need the IDE for the course, as a code development environment is provided here.
You’re probably tired of creating to-do or shopping lists.
So, instead, in this chapter, the microservice will be for ...