Skip to content

Source code for my "how to query and modify MongoDB fields, nested objects and nested arrays" tutorial. View it on https://youtu.be/58gAQnU2FTs

Notifications You must be signed in to change notification settings

bonarhyme/How-to-query-and-modify-MongoDB-fields-nested-objects-and-nested-arrays-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How-to-query-and-modify-MongoDB-fields-nested-objects-and-nested-arrays-

Source code for my "how to query and modify MongoDB fields, nested objects and nested arrays" tutorial.

Watch it on YouTube Badge

Or follow the link: https://youtu.be/58gAQnU2FTs

How to test / run it on your computer

  1. Clone or download to your computer.
  2. Run node install in your terminal to install all the dependencies.
  3. Create .env in the root folder and add MONGO_URI = mongodb://localhost:27017/our-mongo-query
  4. Run npm run start or npm run server