Unit 11.1 - 11.3: Express

Unit Objectives:

By the end of this unit, you will be able to:

  • Configure an Express.js app to handle GET and POST requests

  • Configure an Express.js app to serve static files

  • Identify how client-side requests relate to server-side responses

  • Parse optional and required parameters when creating server-side routes

  • Implement client-side POST requests to submit form data to a server

  • Explain and configure middleware to extend the functionality of Express.js