In your own words, describe what each group of status code represents:
Status code 202 is the Accepted status code
Status code 308 is the Permanent Redirect code
Status Code 204 - No Content
Status Code 410 - Gone
Status Code 401
We put that string into our .env file because it contains our db’s admin username and password
Middleware is code that handles code between te client and server
Allows an app to use JSON data in the request body.
It means its a dynamic route
PUT updates the entire file and PATCH is a partial update
By adding the
default
property in the schema definition
Status 500 is a server error
200 is a success code and 201 is a success code but also signifies the backend resource has been created.