Project description
- https://github.com/Shanes-Disciples/student-feedback
- https://github.com/Shanes-Disciples/students-also-bought-service
- https://github.com/Shanes-Disciples/instructors-service
- https://github.com/Shanes-Disciples/header-sidebar-service
Some usage instructions
An nvmrc file is included if using nvm.
- Node 6.13.0
- etc
From within the root directory:
npm install npm run seed npm run build nom start
| Method | Endpoint | Description |
|---|---|---|
| Get | /courses/:courseId | get a specific course's details |
| Post | /courses/ | add a course |
| Put | /courses/:courseId | replace a course's details |
| Patch | /courses/:courseId | update a course's details |
| Delete | /courses/:courseId | delete a course's details |