OrchaniousS / TM_MongoDB_Training

MongoDB training from several places

Home Page:https://mongodb-tut.orchaniouss.repl.co/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mongo DB resources for training πŸ“ Live πŸ“

  1. Mongo DB with Node & Express (Udemy) by Dan Kwon

Topics

  • MongoDB, Mongoose ORM, CRUD
Sylabus Duration
Introduction 5min
Project Setup 7min
Profile Schema 11min
Seed Data 10min
Queries 9min
Specific Document Queries 6min
Creating Data 10min
Updating Data 8min
Removing Data 7min
Deployment 12min

  1. MongoDB Crash Course by Traversy Media

Topics

  • MongoDB, Mongoose, Homebrew, CRUD operations.
Sylabus Timestamp
Insert 9:50
Insert many 11:32
Query/find data 12:25
Filter: Find data with filter (WHERE) 13:00
Sort 13:31
Count 14:04
Limit 14:20
for each (get only specific data from each document) 14:54
Find one specific row/document 15:41
Update (replace entire document) 16:00
Update (replace only specific fields but keep others) 18:11
Increment 19:47
Rename field/key 20:43
Delete 21:17
Sub-documents (Update of a document but actually just an insert of a sub-document) 22:06
Find sub-documents 24:08
Create index for Text search 25:17
Text search 25:53
Filter: Greater/less than 27:00
Filter Greater/less than equals 28:34
Exit 29:03
MongoDB Compass graphical interface 29:15
MongoDB Atlas 30:15

Technologies used in this project:

  1. Node.js
  2. MongoDB
  3. Express
  4. nodemon
  5. cors

About

MongoDB training from several places

https://mongodb-tut.orchaniouss.repl.co/


Languages

Language:JavaScript 49.0%Language:HTML 45.4%Language:CSS 5.6%