Skip to content

Instantly share code, notes, and snippets.

@rogerwschmidt
Last active September 22, 2022 11:52
Show Gist options
  • Save rogerwschmidt/728eefef8244f6e6ce0011cc8cada9cf to your computer and use it in GitHub Desktop.
Save rogerwschmidt/728eefef8244f6e6ce0011cc8cada9cf to your computer and use it in GitHub Desktop.

Serve Data to Clients Instructor Notes

Objectives

  • Describe what an API is
  • Explain why APIs' are useful
  • List and explain HTTP methods
  • Build a CRUD API in Express

What is an API?

With your groups, create a definition of what an API is, and find an example

Why are APIs useful?

With your groups, explain why APIs are useful

List and explain HTTP methods

With your groups, list the HTTP Methods to Create, Update, Read, and Delete

How do you build a CRUD API in Express

With your groups,

  • Pick a resource
  • build an Express API for that resource
  • create a list of steps to create an Express server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment