Skip to content

ivchu/addidas-challenge

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published