## Recap Questions
1) How do we add express into our node app?
2) a. What is Middleware? b. How do you recognize when its being used in your project? (hint: Syntax)
3) Set up a *get* and *post* request.
4) What are dependencies?
5) What is body-parser use for?