Build REST API endpoints (POST, DELETE) for Tasks#4
Conversation
|
@fordarnold keep in mind that a pr should have one commit message before merging it. |
@kabundege, as we were told by LF yesterday, I believe this one is the job of the Team Lead @irfiacre ... He needs to use "Git Squash and Merge" option when he is merging my PR into develop. That option will allow him to write a single commit message for the merge. |
|
203e8f2 to
c5ba531
Compare
I made these changes when trying to fix failing tests in Travis.
What does this PR do?
The PR implements logic for creating and deleting a task in the database.
Description of Task to be completed?
We've used the Node/Express router to setup REST API endpoints to POST and DELETE tasks in the app database.
How should this be manually tested?