MongoDB tutorial for beginners 🍃

preview_player
Показать описание
#MongoDB #course #tutorial

⭐Time Stamps⭐
00:00:00 Introduction
00:02:08 MongoDB installation
00:03:56 MongoShell installation
00:04:32 Set Environment variable PATH
00:05:24 How to use Mongsh
00:06:02 VSCode w/ Mongosh

MongoDB installation manuals:

MongoDB Shell (mongosh) installation manuals:
Рекомендации по теме
Комментарии
Автор

⭐Time Stamps⭐
00:00:00 Introduction
00:02:08 MongoDB installation
00:03:56 MongoShell installation
00:04:32 Set Environment variable PATH
00:05:24 How to use Mongsh
00:06:02 VSCode w/ Mongosh

MongoDB installation manuals:

MongoDB Shell (mongosh) installation manuals:

BroCodez
Автор

Bro you are the best intelligent teacher in the world. I just really learn well from you than anywhere else. Pleaseee keep this up since a lot of us learners are learning in tremendous speed because of you.

kopilkaiser
Автор

Always amazing with unique style of teaching

phenandys
Автор

Honestly Awesome and easy explanation really enjoyed it so much, friendly for beginer like me😊 mongosh like OmyGosh 😅😅😅

nayanbiswas
Автор

Hello, I've known your channel for many years, I'm glad you're back 🫡😁.
I have a macbook m1 and I don't know how to install mongodb, can you help me please?

Slashcollector
Автор

Downloading with MongoDB Compass was taking too much time on my machine. I waited for about an hour but it was stuck on the stage where it shows "installing mongo db compass". So terminated the process and re-installed it, this time without MongoDB Compass. And surprisingly this time it took only a couple of minutes.

professorpoke
Автор

Hey! There are 12 videos on mangodb is it full course or we have to learn more? Tell me is it cover basics to advance?

Ganesh
Автор

Hey bro, whenever I launch the mongodb shell I get this error in the terminal :
"
mongosh : The term 'mongosh' is not recognized as the name of a cmdlet, function, script file, or operable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ mongosh --version
+
+ CategoryInfo : ObjectNotFound: (mongosh:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException

"
afterwards, whenver I type something to run it just doesnt and shows me an error.

AbdelrahmanHareedey
Автор

"Product: MongoDB 7.0.11 2008R2Plus SSL (64 bit) -- Error 1920. Service 'MongoDB Server (MongoDB)' (MongoDB) failed to start. Verify that you have sufficient privileges to start system services".

I'm using windows 11 operating system, while installing mongo the above error in the quote's pops up. can anyone tell me what should I do to rectify the problem???

DauntlessGamer
Автор

Guys i need your help, i did all what he did, i can open mongo shell from the .exe, but i cant open it in vsc shell, it gives me the following error

+ mongosh $Env:MDB_CONNECTION_STRING;
+
+ CategoryInfo : ObjectNotFound: (mongosh:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException

Someone have info on how to fix it?

NicoBench