- Describe what an API is
- Explain why APIs' are useful
- List and explain HTTP methods
- Build a CRUD API in Express
With your groups, create a definition of what an API is, and find an example
With your groups, explain why APIs are useful
With your groups, list the HTTP Methods to Create, Update, Read, and Delete
With your groups,
- Pick a resource
- build an Express API for that resource
- create a list of steps to create an Express server