Last updated
In this session we will focus on Express.js as a framework for building HTTP APIs. Instead of writing everything from scratch in Node, we will use Express to structure routes, plug in middleware, and handle requests and responses in a predictable way – including using clear status codes and basic error handling.
Session Plan (for mentors)
By the end of this session, you will be able to:
Last updated