Skip to content

saurass/PetStore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

  • An API built using spring boot to save you Pet pics
  • Right now support only for PNG and JPEG images

Architecture

  • 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.

Api Docs

Run in Postman

swagger Icon

Dockerize

  • Added docker file for ease of running
  • Use the commands as below
docker build -t petStorePicServ .
docker run -p 9090:9090 petStorePicServ

About

A Pet Store API to serv you cute pet pics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors