This app is build with the following libraries
An Open API specification is available here ./resources/swagger.yml
You can start it with the ./Dockerfile provided
docker build -t follow-beers-api .
docker run -p 4000:4000 -d follow-beers-api:latest