ZA | 25-SDC-July | Luke Manyamazi | Sprint 3 | Middleware Exercises#33
ZA | 25-SDC-July | Luke Manyamazi | Sprint 3 | Middleware Exercises#33Luke-Manyamazi wants to merge 4 commits intoCodeYourFuture:mainfrom
Conversation
1. Middleware-custom: Express app with two custom-written middlewares (username and JSON array parser) 2. Middleware-offTheShelf: Express app replacing JSON parser with Express's built-in middleware - Both apps handle POST requests and return authentication and subject info messages
|
Your PR's title isn't in the expected format. Please check the expected title format, and update yours to match. Reason: Wrong number of parts separated by |s If this PR is not coursework, please add the NotCoursework label (and message on Slack in #cyf-curriculum or it will probably not be noticed). |
4 similar comments
|
Your PR's title isn't in the expected format. Please check the expected title format, and update yours to match. Reason: Wrong number of parts separated by |s If this PR is not coursework, please add the NotCoursework label (and message on Slack in #cyf-curriculum or it will probably not be noticed). |
|
Your PR's title isn't in the expected format. Please check the expected title format, and update yours to match. Reason: Wrong number of parts separated by |s If this PR is not coursework, please add the NotCoursework label (and message on Slack in #cyf-curriculum or it will probably not be noticed). |
|
Your PR's title isn't in the expected format. Please check the expected title format, and update yours to match. Reason: Wrong number of parts separated by |s If this PR is not coursework, please add the NotCoursework label (and message on Slack in #cyf-curriculum or it will probably not be noticed). |
|
Your PR's title isn't in the expected format. Please check the expected title format, and update yours to match. Reason: Wrong number of parts separated by |s If this PR is not coursework, please add the NotCoursework label (and message on Slack in #cyf-curriculum or it will probably not be noticed). |
|
I have cleaned it and re-opened a correct one |
Learners, PR Template
Self checklist
Changelist
I created two Express applications demonstrating middleware usage:
middleware-custom/:
Contains an Express app with two custom-written middlewares:
middleware-offTheShelf/:
Contains an Express app where one middleware is replaced with Express's built-in express.json() middleware:
Both applications handle POST requests and return formatted responses showing authentication status and subject information.
Questions