Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 444 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 444 Bytes

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