/kotlin-todo-list

TODO list API

Primary LanguageKotlin

TODO API Rest

Description

Basic API Rest app to manage a todo list.

Requirements

  • Create task
  • Read task
  • Update task
  • Delete task

Use cases

  • User can add a new task
  • User can complete a task
  • User can delete a task
  • User can get all task to complete