You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Everything in Mongoose starts with a Schema. Each schema maps to a MongoDB collection and defines the shape of the documents within that collection. This task involves making a schema for minions. You can refer to createMinion function in server/db.js file to complete this task.
The text was updated successfully, but these errors were encountered:
Everything in Mongoose starts with a Schema. Each schema maps to a MongoDB collection and defines the shape of the documents within that collection. This task involves making a schema for
minions
. You can refer tocreateMinion
function inserver/db.js
file to complete this task.The text was updated successfully, but these errors were encountered: