Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 522 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 522 Bytes

Follow-beers API

Libraries

This app is build with the following libraries

Documentation

An Open API specification is available here ./resources/swagger.yml

Run

You can start it with the ./Dockerfile provided

docker build -t follow-beers-api .
docker run -p 4000:4000 -d follow-beers-api:latest