Skip to content

cleversonzanon/best-beer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Best Beer

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages