View on GitHub

Code Fellows reading notes

A repository for organizing notes from my learning.

CRUD

Status Codes Based on REST Methods

Source (Blog Post): Which HTTP Status Code to Use for Every CRUD App

Building a REST API With Node.js, Express, & MongoDB

Source (Video): Build A REST API With Node.js, Express, & MongoDB - Quick

Things I want to know more about

The routing structure from the video was new to me. I’d like to dive more into it and work to understand it better. I imagine we’ll get there with various other requests to our server.