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