In this tutorial, we'll go over how to set up and use Mongoose with Express.js. We'll go through the process of setting up a simple database schema using Mongoose, and integrating the Mongoose connection with Express.js.
You can find the code we created during this video here:
https://github.com/XINX-Media/unblock...
The npm command to install Mongoose:
npm install mongoose
Discord: / discord
Twitch: / unblockmedigital
Calendly: https://calendly.com/robbertthecoderd...
00:00 Intro
01:43 Overview of starter code
02:22 Install Mongoose
03:25 Connecting to Mongo using Mongoose
06:40 Connecting Mongoose to Express
09:04 Creating a Mongoose model
11:37 Summary and Outro