This repository is used to showcase concepts such as build automation, code quality monitoring, continuous integration, behavior-driven development, architectures for web applications, unit testing, mocking, working with configuration, and design patterns.
cd application
mvn spring-boot:run
curl http://localhost:8080/list
curl --header "Content-Type: application/json" --request POST --data '[{"value": 0.5, "metadata": ""}, {"value": 0.6, "metadata": ""}]' http://localhost:8080/list
curl --header "Content-Type: application/json" --request POST --data '[{"value": 0.5; "metadata": ""}]' http://localhost:8080/list
curl --request DELETE http://localhost:8080/list
curl http://localhost:8080/list/max-length