Running locally
On the project's folder, run the command mvn spring-boot:run (requires maven). Alternatively, on your IDE run the class BestBeerApplication as a Spring Boot App.
Compile and Deploy
On the project's folder, run the command mvn clean install (requires maven). Alternatively, on your IDE execute a maven clean and maven install. The artifact .WAR you will inside the folder target, ready to be deployed into your application server or web server.
API Documentation
The API is documented and can be tested through Swagger on the relative path /swagger-ui.html, e.g. http://localhost:8080/swagger-ui.html, locally.