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:
- Introduction to Mongoose
- Connecting to a database with Mongoose
- Mongoose Schemas and Models
- Basic CRUD operations with Mongoose
- Examples