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

Skip to content

Commit 6308e93

Browse files
authored
Update MAKEME.md
1 parent 314a840 commit 6308e93

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

week3/MAKEME.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,7 @@ Take care of the following:
1616

1717
- All requests that need a body should be in JSON, and follow the request structure of the other actions
1818
- All responses should be in JSON, and follow the response structure of the other actions
19+
- Follow the anatomy of the project
20+
- Make your code DRY (see https://en.wikipedia.org/wiki/Don%27t_repeat_yourself)
1921
- Follow the REST design principles: use the proper method, response status codes, and consistent URL paths
2022
- Test your API using Postman

0 commit comments

Comments
 (0)