Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 485 Bytes

File metadata and controls

13 lines (11 loc) · 485 Bytes

KtorBackend

This is a part of the article [link] The repository contains a simple backend application for a Game Shop demonstrating basic functionalities and plugins of Ktor, which includes:

  • routing
  • typesafe routing with resources
  • dependency injection with Koin
  • database with Exposed and H2
  • authentication with JWT
  • request validation
  • status pages

The main goal of this project was to show that as an android developer you can easily develop a backend for your apps.