Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# Coursework

Exercises to practice and solidify your understanding of the Decomposition module of the Software Development Course.

custom-middleware/README.md:
This project uses three custom middlewares:

1. customJsonParser
2. usernameMiddleware
3. bodyValidationMiddleware

express-json-middleware/README.md:
This project replaces the custom JSON parser with Express's built-in:

express.json()

The other two middlewares remain custom.
1 change: 1 addition & 0 deletions chat-app/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
Loading
Loading