Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit beaacb3

Browse files
updated assignment text
1 parent 9cdea0a commit beaacb3

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

week3/README.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,13 @@ Create Node JS server that
1818

1919
- Listens on port 8080
2020

21-
- Responds to these endpoints:
22-
- GET /todos/
23-
- Returns list of todos
24-
- POST /todos/
25-
- add a todo to the list and return the new list
26-
- DELETE /todos/`<todo index>`
27-
- remove a todo and return the new list
28-
- DELETE /todos/
29-
- clear all the todos from the list
21+
- Allows users to list todos, get a todo, delete a todo, delet all todos, and update a todo.
3022

3123
Some other notes:
3224
- All responses should be in JSON.
3325
- Try to apply the MVC model to your file structure. It will save you time in following assignments!
3426
- Test your API using Postman.
35-
- There is a commented out example in my index.js
27+
- There is a commented out example to start with in my `index.js`
3628

3729

3830

0 commit comments

Comments
 (0)