Project description
| Method | URL | Description |
|---|---|---|
GET |
/api/:listingid/images |
Gets all images of a listing. |
POST |
/api/:listingid/images |
Adds an image into a listing's image group. |
PUT |
/api/:listingid/images/:imageid |
Update an image of a listing. |
DELETE |
/api/:listingid/images/:imageid |
Delete an image in a listing depending on image id. |
- https://github.com/bedroost/review
- https://github.com/bedroost/description
- https://github.com/bedroost/booking
npm install
An nvmrc file is included if using nvm.
- Node 6.13.0
- etc
From within the root directory:
npm install -g webpack
npm install