Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 255 Bytes

File metadata and controls

12 lines (9 loc) · 255 Bytes

Pets API

  • Endpoint : /pets
    • Supported operations : GET, POST, PUT, DELETE

Compile, Test and Package

mvn clean
mvn package
docker buildx build -f Dockerfile --platform linux/amd64 --tag pets-api:latest --load .