Build a web API with Node.js and Express
Use Express for Node.js to build RESTful APIs. Create and configure middleware to add things like logging and authentication/authorization.
Learning objectives
By the end of this module, you’ll be able to:
- Describe the core concepts of the web framework Express
- Configure middleware to control how a request is handled
- Respond to HTTP requests with different types of content like text and JSON
- Send data to an Express endpoint