# Express

## Objectives

* Describe what Express is and how it works with Node.
* Create Express routes that utilize parameters and form middleware
* Contrast and implement different HTTP verbs through Express routes
* Implement and explain the components of a basic Express app
