Releases: joseluisgs/ktor-reactive-rest-hyperskill
Releases · joseluisgs/ktor-reactive-rest-hyperskill
Creating your first Reactive Api Rest with Ktor Pt III: Koin, JWT, Swagger, Test and Deploy with Docker
Creating your first Reactive Api Rest with Ktor Pt III: Koin, JWT, Swagger, Test and Deploy with Docker
Latest
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
Second part:
- DTOs
- Validation and Status Pages
- Reactive Database and Repository
- Initial Tests
Medium: https://medium.com/hyperskill/creating-your-reactive-rest-api-with-kotlin-and-ktor-part-ii-7b6b087f61e7
Creating your first Reactive Api Rest with Ktor Pt I: Initial Endpoint
First part:
- Configure Ktor
- Your first endpoint