/express-level2

A hands-on project for the Express Level 2 course — focused on mastering the foundations of the Express module. In this repository, I'm integrating TypeScript for the first time while learning advanced Express concepts through practical implementation.

Primary LanguageTypeScript

MongoDB Queries

📚 15.2: Insert,insertOne, find, findOne, field filtering, project

  1. Query for Insert,insertOne, find, findOne, field filtering
  2. ** https://github.com/Apollo-Level2-Web-Dev/mongodb-practice **

📚 15.3: $eq, $neq, $gt, $lt, $gte, $lte

  1. **Query for $eq, $neq, $gt, $lt, $gte, $lte