Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 265 Bytes

File metadata and controls

12 lines (12 loc) · 265 Bytes

Challenge

Small product review Api

Installing

gradle bootJar
docker build --build-arg JAR_FILE=build/libs/*.jar -t addidas-challenge .
docker run -p 80:8080 --name challenge -d addidas-challenge

Swagger

http://localhost:80/swagger-ui.html