Skip to content

Commit 8427b74

Browse files
committed
add module 3 outline
1 parent 1495477 commit 8427b74

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,33 @@
11
# Module 3: CRUD and Data Models
2+
3+
Last revised: 09/11/2021
4+
5+
## Summary
6+
A high proportion of applications can be distilled into four simple operations: Create,
7+
Read, Update, and Delete. Students learn to connect their Express.js server to a
8+
MongoDB database using Mongoose.js and implement models and controllers to
9+
perform CRUD operations.
10+
11+
## Outline
12+
13+
- 1 [Schema and CRUD [R]](../module3-crud-and-data-models/r1-schema-and-crud/README.md)
14+
15+
- 1.1 [Model View Controller (MVC) [R]](../module3-crud-and-data-models/r1.1-model-view-controller/README.md)
16+
17+
- 1.2 [Principles of setting up your schema [R]](../module3-crud-and-data-models/r1.2-principles-of-setting-up-your-schema/README.md)
18+
19+
- 1.3 [Setup project schema using MongoDB [L]](../module3-crud-and-data-models/r1.3-setup-project-schema/README.md)
20+
21+
- 1.4 [Setup project schema using Mongoose [L]](../module3-crud-and-data-models/r1.4-setup-project-schema-using-mongoose/README.md)
22+
23+
- 1.5 [Setup project schema using Mongoose with embedding [L]](../module3-crud-and-data-models/r1.5-setup-project-schema-using-mongoose-embedding/README.md)
24+
25+
- 2 [Models and Controllers in Mongoose [R]](../module3-crud-and-data-models/r2-models-and-controllers-in-mongoose/README.md)
26+
27+
- 2.1 [CRUD with Mongoose [L]](../module3-crud-and-data-models/r2.1-crud-with-mongoose/README.md)
28+
29+
- 3 [Custom model methods [R]](../module3-crud-and-data-models/r3-building-custom-methods-on-mongoose/README.md)
30+
31+
- 3.1 [Building custom methods [L]](../module3-crud-and-data-models/r3.1-building-custom-methods/README.md)
32+
33+
- 4 [Summary](../module3-crud-and-data-models/r4-summary/README.md)

0 commit comments

Comments
 (0)