Skip to content

REST server for pub management application

Notifications You must be signed in to change notification settings

danielbelter/Beerlab

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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;

About

REST server for pub management application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.9%
  • Dockerfile 0.1%