Skip to content

Instantly share code, notes, and snippets.

@dbongo
Created April 4, 2019 14:17
Show Gist options
  • Select an option

  • Save dbongo/1cccfcb4745287e051ec1e157fa655f4 to your computer and use it in GitHub Desktop.

Select an option

Save dbongo/1cccfcb4745287e051ec1e157fa655f4 to your computer and use it in GitHub Desktop.
Take Home Assignment

Image Preview Service

Summary - TODO

Image Preview Service

  • How to Upload
  • Resize and Reformat
  • Image Storage
  • API Endpoints
  • Preview Storage

Requirements - TODO

Bonus - TODO

Sample Endpoints

POST   /image               # Upload base image
GET    /image/:id/png/32x32 # Get 32x32 PNG preview of base image
PUT    /image/:id           # Update base image
DELETE /image/:id           # Delete base image
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment