Project description
- https://github.com/SDC-4Head/sdc-recommends
- https://github.com/SDC-4Head/sdc-reviews
- https://github.com/SDC-4Head/sdc-image-gallery2
Route | Method | Description |
---|---|---|
/rooms/:id/photos | GET | Gets photos for a home |
/rooms/:id/photos | POST | Adds photo to home's photos |
/rooms/:id/photos/:photoid | PATCH | Updates a photo caption or image |
/rooms/:id/photos/:photoid | DELETE | Deletes a photo |
Some usage instructions
An nvmrc
file is included if using nvm.
- Node 6.13.0
- etc
From within the root directory:
npm install -g webpack
npm install