Skip to content

Releases: joseluisgs/ktor-reactive-rest-hyperskill

Creating your first Reactive Api Rest with Ktor Pt III: Koin, JWT, Swagger, Test and Deploy with Docker

23 Jun 08:42
Compare
Choose a tag to compare

Creating your first Reactive Api Rest with Ktor Pt III: Koin, JWT, Swagger, Test and Deploy with Docker
Third part:

  • DI with Koin
  • JWT authentication and authorization
  • Docs with Swagger and Dokka
  • Testing Routes
  • Deploy with Docker
    Medium: soon

Creating your first Reactive Api Rest with Ktor Pt II: Reactive Database, DTOs, Validation and Test

22 May 10:36
Compare
Choose a tag to compare

Creating your first Reactive Api Rest with Ktor Pt I: Initial Endpoint