ToDo Service

Java CI with Gradle

Apply spotless

./gradlew :spotlessApply

How to run

./gradlew bootRun 

Build

./gradlew build
Endpoints

Create a new ToDo Item

http POST :8080/todos "text=todo task"

Get all ToDo Items

http :8080/todos 

Get a ToDo Items by Id

http :8080/todos/$id

Delete a ToDo Items by Id

http DELETE :8080/todos/$id

GitHub

View Github