Backend for review module in reserving places to stay.
- https://github.com/Dragon-Scaling/Reservation_service
- https://github.com/Dragon-Scaling/photo_gallery_service
CRUD
- Create / POST - '/rooms/:id/reviews'
- Read / GET (all reviews) - '/rooms/:id/reviews'
- Read / GET - '/rooms/:roomId/reviews/:reviewId'
- Update / PUT - '/rooms/:roomId/reviews/:reviewId'
- Delete / DELETE - '/reviews/:id'
An nvmrc
file is included if using nvm.
- Node 6.13.0
- etc
From within the root directory:
npm install -g webpack
npm install