Skip to content

Building a microservice using the Ktor framework.

Notifications You must be signed in to change notification settings

DevOpsThinh/CatsHostel

Repository files navigation

Thanks for your reading, please give me a STAR!

Concurrent Microservices with Ktor

“Building a microservice using the Ktor framework,
and want this microservice to be reactive and to be as close to real life as possible.”

(Alexey Soshin)

The "CatsHostel" microservice should be able to:

  • Supply an endpoint we can ping to check whether the service is up & running;
  • List the cats currently in the shelter;
  • Provide us with a means to add new cats;
  • Making the test consistent;
  • Fetching entities;
  • Organizing routes in Ktor;
  • Achieving concurrency in Ktor.


Used Software Info:

  • Kotlin v1.6.21
  • IntelliJ IDEA 2021.3.3 or above
  • OpenJDK 11 or above.
  • PostgreSQL 14.2

References: