Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beaacb3 commit 9bd7d7cCopy full SHA for 9bd7d7c
week3/README.md
@@ -22,6 +22,7 @@ Create Node JS server that
22
23
Some other notes:
24
- All responses should be in JSON.
25
+- Follow the REST design principles: Use the proper method, response status codes, and consistent URL paths.
26
- Try to apply the MVC model to your file structure. It will save you time in following assignments!
27
- Test your API using Postman.
28
- There is a commented out example to start with in my `index.js`
0 commit comments