Completed
View the new user data at MongoDB.com
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
How to Create MongoDB Schemas and Data Models - Node.js Tutorials for Beginners
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Welcome and Overview
- 3 Mongoose JS Docs
- 4 Create an Employee schema
- 5 Create an Employee data model
- 6 Create a User schema
- 7 Create a User data model
- 8 Refactor the register controller with the User data model
- 9 Test the register route with Thunder Client
- 10 View the new user data at MongoDB.com
- 11 Assignment / Challenge