We’ll build on our work from previous lessons. We know we have to use express.json() middleware to parse JSON, and we’ve created GET routes (including GET by ID with route parameters like /users/:id from Lesson 2).

Now we’ll add the other request types, POST, PUT, PATCH, and DELETE.

Tags: