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

Skip to content

Commit 9bd7d7c

Browse files
improved assignment text
1 parent beaacb3 commit 9bd7d7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

week3/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Create Node JS server that
2222

2323
Some other notes:
2424
- All responses should be in JSON.
25+
- Follow the REST design principles: Use the proper method, response status codes, and consistent URL paths.
2526
- Try to apply the MVC model to your file structure. It will save you time in following assignments!
2627
- Test your API using Postman.
2728
- There is a commented out example to start with in my `index.js`

0 commit comments

Comments
 (0)