Requires Java17 to run
./gradlew bootRun
./gradlew test
Get a list of all persons who have a partner and three children with that partner and one of the children has an age below 18
As base64 encoded CSV
GET http://localhost:8080/api/v1/persons/filtered/csv
As JSON
GET http://localhost:8080/api/v1/persons/filtered
Get a list of all available persons. Sorting is optional
GET http://localhost:8080/api/v1/persons?sort=id&direction=desc
GET http://localhost:8080/api/v1/persons