Project description
- https://github.com/teamName/repo
- https://github.com/teamName/repo
- https://github.com/teamName/repo
- https://github.com/teamName/repo
// New terminal at each step
npm run start
npm run build
mysql.server start THEN mysql -u root
Action | Request | Route | Purpose |
---|---|---|---|
Create | POST | /api/:projectId/updates | insert new project update record |
Read | GET | /api/:projectId/updates | retrieve project updates information |
Update | PUT | /api/:projectId/updates | update an existing project updates |
Delete | DELETE | /api/:projectId/updates | delete a project update |
- req.body requirements: None
- req.params requirements: projectId
- Response: UpdatesData
- req.body requirements: ['projectId'(id), 'postedBy'(id), title', 'body', 'likes', 'pubDate']
- Response: None
- req.param requirements: projectId
- req.body requirements: ['projectId'(id), 'postedBy'(id), title', 'body', 'likes', 'pubDate']
- Response: None
- req.param requirements: projectId
- Response: None
An nvmrc
file is included if using nvm.
- Node 6.13.0
- etc
From within the root directory:
npm install -g webpack
npm install