Speed Coding: Building a CRUD API (Watch a Twitch streamer code an Express API in 20 minutes!)
Which REST methods require an ID parameter? - DELETE, UPDATE
What’s the relationship between REST and CRUD? - REST is an architectural system centered around resources and hypermedia, via HTTP protocols. CRUD is a cycle meant for maintaining permanent records in a database setting. CRUD principles are mapped to REST commands to comply with the goals of RESTful architecture. Credit: REST vs CRUD: Explaining REST & CRUD Operations