Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 407 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 407 Bytes

ginquiry

Ginquiry is the one stop shop for gin lovers!

Find new gins and rate the gins you love.

The ginquiry repository is the server-side code to view, create and update the Gins and Brands database over HTTP (RPC over http).

Build and run from maven:

mvn spring-boot:run

Build and run from Docker:

docker build -t ginquiry .
docker run -p 8081:8081 ginquiry