A REST server to manage a public address book
- Maven 3.x
- Java >= 8
- Open a terminal in the project folder and execute
mvn spring-boot:run
. - Open a browser and go to http://localhost:8080/swagger-ui.html. This will provide a list of operations and a GUI to manually test the server.
Open a terminal in the project folder and execute mvn clean test
.