Let's start with mongoose !

🎯 Learning Objectives

This repository is a **hands-on tutorial** designed to teach you the fundamentals of Mongoose, the popular MongoDB object modeling library for Node.js. Through practical examples, you'll learn how to: 

  • 📦 Connect to MongoDB databases
  • 📝 Create documents (INSERT operations)
  • 🔍 Read documents with various query methods (SELECT operations)
  • 🎨 Use schemas to structure your data
  • 🔧 Work with ES Modules in a modern Node.js environment