gra-m / Loc8r

MEAN project
1 stars 0 forks source link

Create first nested schema in Mongoose (Document containing a SubDocument) #12

Closed gra-m closed 2 years ago

gra-m commented 2 years ago

"Subdocuments are defined in Mongoose by nested schemas—one schema nested inside another. In this section, you’ll create one to see how it works in code. "