Project description
The following API endpoints have been defined for client side and server side usage:
| Endpoint | Method | Description |
|---|---|---|
/courses |
POST | Create a new course to the database |
/courses/:courseId |
GET | Retrieve an course by id |
/courses/:courseId |
PATCH | Update an course by id |
/courses/:courseId |
PUT | Replace an course by id |
/courses/:courseId |
DELETE | Delete an course by id |
- https://github.com/teamName/repo
- https://github.com/teamName/repo
- https://github.com/teamName/repo
- https://github.com/teamName/repo
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