⭐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: Windows: www.mongodb.com/docs/manual/tutorial/install-mongodb-on-windows/ MacOS: www.mongodb.com/docs/manual/tutorial/install-mongodb-on-os-x/ Linux: www.mongodb.com/docs/manual/administration/install-on-linux/ MongoDB Shell (mongosh) installation manuals: www.mongodb.com/docs/mongodb-shell/install/#std-label-mdb-shell-install
@gamingfromhell10725 ай бұрын
Please teach Django
@kopilkaiser8991 Жыл бұрын
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.
@phenandys Жыл бұрын
Always amazing with unique style of teaching
@prafuldeoghare1904 Жыл бұрын
Thank you!
@nayanbiswas3705 ай бұрын
Honestly Awesome and easy explanation really enjoyed it so much, friendly for beginer like me😊 mongosh like OmyGosh 😅😅😅
@Slashcollector Жыл бұрын
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?
@danielkurobokekeme-lw7gr23 күн бұрын
nice , i wish you showed us how to use it to interact with php ?.
@Pororo17265 ай бұрын
Reupload?
@professorpoke4 ай бұрын
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.
@mrmansir37342 ай бұрын
Next time can you do a macOS installation please? The process is different. When opening the downloaded, it just takes you to the finder where the download is. Seems much easier and different on windows.
@JassersChannelАй бұрын
You use home-brew to install MongoDB and MongoDB Compass has a separate download
@AbdelrahmanHareedey5 ай бұрын
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.
@NurhusseinAhmedNurhussei-wd6qw10 күн бұрын
i have the same problem
@Ganesh515156 ай бұрын
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?
@Coding-macha2 ай бұрын
Mongosh showing error bro showing access control is not enabled please solve this 😶
@DauntlessGamer057 ай бұрын
"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???
@RamSSKote2 ай бұрын
@bro code, Hiii Bro sir TQ U for explaining all of this and please teach us nodejs & typescript
@NicoBench Жыл бұрын
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?
@RomanIsCoding Жыл бұрын
same here, but it seems to be connected, did you found the fix to this?
@NicoBench Жыл бұрын
No mate, i just gave up and now im using SQL to store data
@besma702 Жыл бұрын
same problem 😔
@RomanIsCoding Жыл бұрын
you have got system and user environment variables, in list of your USER environment variables find PATH and there you must add the variable to existing variables@@besma702
@belavatilodhi7129 Жыл бұрын
Set the path correctly. I was also facing the same issue earlier but after setting the path correctly, it started working fine.