Skip to content

based-lib/todolist-be

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

todolist-be

Simple TODO REST API (Spring Boot + Kotlin).

Run

./gradlew bootRun

Test

./gradlew test

API (v1.0.0)

  • POST /api/todos
    • body: { "title": "string", "description": "string?" }
  • GET /api/todos
  • GET /api/todos/{id}
  • PUT /api/todos/{id}
    • body: { "title": "string", "description": "string?", "completed": true }
  • DELETE /api/todos/{id}

All responses are JSON and include id, title, description, completed, createdAt, updatedAt.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages