10 - Connecting a Node.js backend to a MongoDB database

10 - Connecting a Node.js backend to a MongoDB database

Our last topic covers the process of connecting a Node.js backend to a MongoDB database using the Mongoose library. We’ll cover the following:

  1. Introduction to Mongoose
  2. Connecting to a database with Mongoose
  3. Mongoose Schemas and Models
  4. Basic CRUD operations with Mongoose
  5. Examples