reading-notes

Readings Class 13 More CRUD

Why is this important

CRUD Basics

  1. You would use PUT

  2. PUT and DELETE requests require an id parameter

Speed Coding: Building a CRUD API

  1. REST APIs use CRUD to create, read, update or delete data.

  2. Create the function, set the endpoints(routes), CRUD request/response, error response, manipulate data.

Things I want to learn