This repository is used to showcase concepts such as build automation, code quality monitoring, continuous integration, behavior-driven development, as well as architectures for web applications.
mvn spring-boot:runcurl http://localhost:8080/list curl --header "Content-Type: application/json" --request POST --data '[0.5, 0.6]' http://localhost:8080/list curl --verbose --header "Content-Type: application/json" --request POST --data '[0.5, 0.6]' http://localhost:8080/list curl --verbose --header "Content-Type: application/json" --request POST --data '[0.5, 0.6' http://localhost:8080/list curl --request DELETE http://localhost:8080/list