Readings: CRUD

My reading journal for Code Fellows

Readings: CRUD

Status Codes Based On REST Methods

In your own words, describe what each group of status code represents:

Videos

Build A REST API With Node.js, Express, & MongoDB - Quick - First 20 minutes

Why do we need to pull our MongoDB database string out of our server and put it into our .env?

What is middleware?

What does app.use(express.json()) do?

What does the /:id mean in a route?

What is the difference between PUT and PATCH?

How do you make a default value in a schema?

What does a 500 error status code mean?

What is the difference between a status 200 and a status 201?

Things I want to know more about…