Project description
- https://github.com/teamName/repo
- https://github.com/teamName/repo
- https://github.com/teamName/repo
- https://github.com/teamName/repo
CRUD | url | queries |
---|---|---|
CREATE | /rooms/:id/photos | photo_id, url, caption |
READ | /rooms/:id/photos | |
UPDATE | /rooms/:id/photos | photo_id, url, caption |
DELETE | /rooms/:id/photos | photo_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