Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 868 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 868 Bytes

Beerlab

REST server for pub management application Build Status

Requirements

For building and running the application you need:

Running the application locally

mvn spring-boot:run

Documentation

Api endpoints are available at localhost:8088/swagger-ui.html

  • Swagger - Documentation & Testing

packages

  • models — to hold our entities;
  • repositories — to communicate with the database;
  • services — to hold our business logic;
  • security — security configuration;
  • controllers — to listen to the client;