- An API built using spring boot to save you Pet pics
- Right now support only for
PNGandJPEGimages
- This used formdata request to save you pet pics.
- The request should be multipart form data type. This will ensure that our server doesn't end up consuming it's resources.
- Added docker file for ease of running
- Use the commands as below
docker build -t petStorePicServ .
docker run -p 9090:9090 petStorePicServ