Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 406 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 406 Bytes

Built out the backend for a the photogallery of a hotel listing application. My work is in the SDC folder.

I stress tested a Cassandra and Postgres database.

CRUD API's

POST: /api/photos/:id

  • Create an image to a property listing

GET: /api/photos/:id

  • Read all images from a listing

PUT: /api/photos/:id

  • Update an image on a listing

DELETE: /api/photos/:id

  • Delete an image from a listing