Reading Notes

All the answers to some of the questions

View project on GitHub

Reading Notes for Day 13 of 301:

Readings: More CRUD

Reading CRUD Basics

  • Which HTTP method would you use to update a record through an API?
  • Which REST methods require an ID parameter?

Video Speed Coding: Building a CRUD API (Watch a Twitch streamer code an Express API in 20 minutes!)

  • What’s the relationship between REST and CRUD?
  • If you had to describe the process of creating a RESTful API in 5 steps, what would they be?

Things I want to know more about:

Coming Soon!