Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 430 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 430 Bytes

Address Book

A REST server to manage a public address book

Requirements

  • Maven 3.x
  • Java >= 8

How to run

  1. Open a terminal in the project folder and execute mvn spring-boot:run.
  2. 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.

How to run tests

Open a terminal in the project folder and execute mvn clean test.