Project description - Forked by Phucci
- https://github.com/SDC-Builder/phucci-proxy
- https://github.com/SDC-Builder/Shane-Syllabus-Service
- https://github.com/SDC-Builder/Tim-About-Service
- https://github.com/SDC-Builder/Nelson-Review-Service
CREATE: -> POST /api/tittle/ -> Request body: { tittle: 'name of tittle' } -> ID of the new tittle is auto-created & auto-incremented
READ: -> GET /api/tittle/:id -> Returns a string tittle that belongs to the param's id
UPDATE: -> PUT /api/tittle/:id -> Request body: { tittle: 'new tittle' }
DELETE: -> DELETE /api/tittle/:id
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