Skip to content

Todo list backend API Built with Kotlin Ktor framework with H2 as database

Notifications You must be signed in to change notification settings

kafri8889/Ktor-Todo-List

Repository files navigation

Ktor-Todo-List

Todo list API built with kotlin Ktor

How to use

  • Clone repository
  • Run Application.kt
  • Accessing API: http://0.0.0.0:80/
  • Accessing other route: http://127.0.0.1/

API documentation at: http://127.0.0.1/swagger

Database

  • H2

Table

  • User
  • Todo
  • SubTodo
  • Category