Skip to content

Latest commit

 

History

History

module3-crud-and-data-models

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Module 3: CRUD and Data Models

Last revised: 09/11/2021

Summary

A high proportion of applications can be distilled into four simple operations: Create, Read, Update, and Delete. Students learn to connect their Express.js server to a MongoDB database using Mongoose.js and implement models and controllers to perform CRUD operations.

Outline