/ktor-workshop

Demo project for 'Hands-On Kotlin Web Development with Ktor' workshop

Primary LanguageKotlin

Sample Ktor Application

Branches:

git clone https://github.com/antonarhipov/ktor-workshop.git
git branches

main - Initial state (generated using start.ktor.io)

branch01 - First tests—empty

branch02 - First tests—implementation

branch03 - CRUD implementation

branch04 - Adding structure and DI

branch05 - Database access with Exposed - basics

branch06 - Database access with Exposed - adding relations

branch07 - Database access with Exposed - adding entities

branch08 - Integration testsing with TestContainers

branch09 - Authentication