How to install MongoDB 6.0.0 on Windows 10 | Install MongoDB 6.0.0 & Mongo Shell | MongoDB Tutorial

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ต.ค. 2024
  • In this video, I am going to show How to Install MongoDB Community Edition on Windows 10/11. We will also see How to Install MongoDB Shell for running queries. . Also I have shown different commands of MongoDB.
    MongoDB is one of the most used, open-source document databases, and NoSQL databases. MongoDB is developed by 10gen. It is written in c++ and it is a document-oriented database. It uses the BSON format.
    Useful Commands in MongoDB:
    1. MongoDB - Create Database
    use cscorner
    2. If you want to check your databases list, use the command
    show dbs
    Your created database is not present in list. To display database, you need to insert at least one document into it
    3. MongoDB - Drop Database
    db.dropDatabase()
    4. MongoDB - Create Collection
    db.createCollection(name)
    db.createCollection("students")
    5. MongoDB-Create Document.
    db.students.insert({"rollno":1,"name":"sunita"})
    If the collection doesn't exist in the database, then MongoDB will create this collection and then insert a document into it.
    6. MongoDB -Show Collection
    show collections
    7. MongoDB - Drop Collection
    db.students.drop()
    8. MongoDB - Query Document
    db.students.find()
    9. To display the results in a formatted way, you can use pretty method.
    db.mycol.find().pretty()
    This tutorial will provide you a good understanding of MongoDB concepts.
    This tutorial is intended for students and new developers who want to learn MongoDB Database in easy-to-understand steps. This tutorial will provide you MongoDB concepts that will help you to get started with MongoDB quickly.
    ------------------------------------------------------------------------
    Subscribe to my channel for more videos of programming and hit the bell icon to never miss an update in the future.
    Also, don't forget to LIKE & COMMENT.
    ------------------------------------------------------------------------
    Channel Subscription:
    🔗 / cscornersunitarai
    Java Programming Tutorial Playlist
    🔗 • Java Programming Tutorial
    Thanks for watching my videos till the end, if you like my work please do Subscribe, Like, Comment, and Share!!
    ------------------------------------------------------------------------
    🎥 MY FAVOURITE TH-cam GEAR
    www.amazon.in/...
    ------------------------------------------------------------------------
    CONNECT WITH ME ON:
    ►Facebook - / cscornersunitarai
    ►Personal Facebook A/c - / sunita.sharmarai
    ►Instagram - / cscornersunitarai
    ►Telegram - t.me/cscorner
    ►LinkedIn - / cscornersunitarai
    ------------------------------------------------------------------------
    #MongoDB #installmongoDB #nosql #mongoDB #HowToInstallMongoDBOnWindows10 #MongoDBTutorial #MongoDBInstallationOnWindows #MongoDBInstallation #MongoDBTutorial #MongoDBTutorialForBeginners #MongoDBCourse
    #cscornersunitarai
    how to install mongodb on windows 10,installing mongodb,how to install mongodb,mongodb,database,open source database,nosql,mongodb tutorial for beginners,starting mongodb linux,install mongodb on linux,data modelling,install mongodb,mongodb on windows,mongod,mongodb 6,mongo,install,windows 10,mongodb 6,community server,mongodb 6.0.0,mongodb installation,mongodb tutorial,create database,drop database,create collection,drop collection,cscornersunitarai,nosql database
    Subscribe to CS Corner Sunita Rai for more videos!
    Like! Subscribe! Share!
    Stay tuned!

ความคิดเห็น • 912

  • @CSCORNERSunitaRai
    @CSCORNERSunitaRai  2 ปีที่แล้ว +13

    Got a question on this topic? Please share through comments or reach us on telegram t.me/cscorner

    • @PerpetualPreponderer
      @PerpetualPreponderer 2 ปีที่แล้ว +1

      Is this easier to do on macOS? I've got 2 systems on hand, 1 8th gen intel windows machine with 16gb RAM, and another is M1 Macbook Air with 8gb RAM only. I cannot take the clutter of using 2 systems simultaneously, I want to just decide on one & get going. Which one would you recommend? I want to learn full stack dev with final aim of getting into back end / cloud programming...

    • @CSCORNERSunitaRai
      @CSCORNERSunitaRai  2 ปีที่แล้ว +1

      @@PerpetualPreponderer I m having Windows os so no idea of Mac.
      U can install on any os.

    • @WebDevFreelancer4
      @WebDevFreelancer4 2 ปีที่แล้ว +1

      Thank You it help me a lot Keep making such Videos😍

    • @CSCORNERSunitaRai
      @CSCORNERSunitaRai  2 ปีที่แล้ว +1

      @@WebDevFreelancer4 you're welcome👍 keep watching

    • @WebDevFreelancer4
      @WebDevFreelancer4 2 ปีที่แล้ว

      @@CSCORNERSunitaRai Always for the good content!😊😊

  • @theophilousfrancis4523
    @theophilousfrancis4523 2 ปีที่แล้ว +26

    Very clear, concise and straightforward. You're a gem❤

  • @JahnaviReddy-y4r
    @JahnaviReddy-y4r ปีที่แล้ว +2

    i wasted 1 day to set up this mongodb...but after listening your lesson once it became crystal clear....thank you mam...

  • @ANKITCHAUHAN-do2ug
    @ANKITCHAUHAN-do2ug ปีที่แล้ว +25

    Why didn't I watch it before, would have saved my 1 hour. Clear, Complete and to the point video. ❤

  • @rakibhossianraju941
    @rakibhossianraju941 2 ปีที่แล้ว +8

    Thank You SO SO SOOOO Much . It Was really really helpful.
    I was following a course and that has become old and the way they show the installation prosses is so old it is not working . Thank you again for making the latest version of it

  • @Dnero2009
    @Dnero2009 2 ปีที่แล้ว +7

    You are a life saver, having been having this issue for sometime and didn't know where to go, 👌

  • @centrumsaiyan7623
    @centrumsaiyan7623 ปีที่แล้ว +2

    I have been trying to install mongoDB and Mongosh for sometime. Couldn't find step by step guide for version 6 installation(even in the official document/website). It was a great help from you. Thanks.

    • @CSCORNERSunitaRai
      @CSCORNERSunitaRai  ปีที่แล้ว +1

      That's great my video helped you👍stay tuned

  • @karthikm1558
    @karthikm1558 2 ปีที่แล้ว +8

    Excellent tutorial. i tried to install mongodb lots of times, but failed each time. i refer lots of tutorials too. but your tutorial is really helpful and simple, straight forward. please upload more tutorials in mongodb and mongo compass. thanks a lot.

    • @CSCORNERSunitaRai
      @CSCORNERSunitaRai  2 ปีที่แล้ว +2

      Glad my video helped you👍

    • @CSCORNERSunitaRai
      @CSCORNERSunitaRai  2 ปีที่แล้ว

      Here is link for MongoDB Compass:th-cam.com/video/6e6xrkUytJY/w-d-xo.html

    • @abhishekdutt1451
      @abhishekdutt1451 2 ปีที่แล้ว

      i also tried but mam's video is helpfull

  • @BillyTech
    @BillyTech ปีที่แล้ว +1

    I wish I would have found your video earlier. I have been struggling for many days for installing MongoDB 6 and Shell. Your video saves my days. Thank you very much.

    • @CSCORNERSunitaRai
      @CSCORNERSunitaRai  ปีที่แล้ว

      Glad to help u!
      You're welcome 🙂Please subscribe👍

    • @BillyTech
      @BillyTech ปีที่แล้ว

      Yes, will do@@CSCORNERSunitaRai

  • @SergyVA
    @SergyVA 2 ปีที่แล้ว +8

    Thanks a lot, clear, easy and the most important - it works!

  • @odanwuchibuzorcosmos1835
    @odanwuchibuzorcosmos1835 ปีที่แล้ว +1

    For months i have been battling with mongoDB. This is certaining the best video that helped. thank you.

  • @ritiksinghal5658
    @ritiksinghal5658 ปีที่แล้ว +3

    Very Clear and Nice EXPLANATION mam !! Thank u so much☺

  • @utkarshsingh.12
    @utkarshsingh.12 ปีที่แล้ว +1

    I must say this is the perfect video available on youtube regarding the installation of latest mongodb version...thanks a lot mam.

  • @BeginnerVille
    @BeginnerVille ปีที่แล้ว +4

    Very clear, concise and straightforward. Excellent .

  • @PankajKumar-tu9nv
    @PankajKumar-tu9nv 2 ปีที่แล้ว +1

    Thank you mam as I was very confused why mongo command was not working and watching this tutorial has helped me a lot.

  • @abhirupbandyopadhyay4191
    @abhirupbandyopadhyay4191 2 ปีที่แล้ว +2

    THANK YOU VERY MUCH MAAM !! I spent whole day and went over lot of tutorials but none of them addressed this problem , finally I got this video ! I have watched some of your programming tutorials on socekt programming and linked list.

  • @shivakrishna1743
    @shivakrishna1743 ปีที่แล้ว +5

    Perfect! exactly what I was looking for

  • @Tausif_Khan_07
    @Tausif_Khan_07 ปีที่แล้ว +2

    I wasted my one hour before watching your video. Its very helpful and straight forward thankyou very much ❤😊

  • @KpAbhiram
    @KpAbhiram ปีที่แล้ว +3

    What an excellent explanation madam. Made my day easier. Thanks a lot.

  • @LaxusClive
    @LaxusClive ปีที่แล้ว +2

    the moment I went to the official mongodb site , I knew I needed a tutorial and thank God I watched this because I would have never been able to do this by myself.

  • @fieniarnaudfofie2652
    @fieniarnaudfofie2652 ปีที่แล้ว +3

    thank you very much misses. it's was helpful for me.

  • @jakvanpadarvala645
    @jakvanpadarvala645 2 ปีที่แล้ว +1

    I looked all over youtube but did not find such a video because its latest version ...
    Thank u so much i appreciate ur efforts

    • @CSCORNERSunitaRai
      @CSCORNERSunitaRai  2 ปีที่แล้ว

      Glad my video really helped you👍✨ keep watching

  • @codingfriend2058
    @codingfriend2058 2 ปีที่แล้ว +4

    Thanks you so much I was watching an tutorial and they installed previous version i got stuck from last night that how did i install thank you ma'am even you teach how to install as well as their use and database creation also ❤️❤️🥳🙏 one subscribe and like from my side

    • @CSCORNERSunitaRai
      @CSCORNERSunitaRai  2 ปีที่แล้ว +1

      Glad my video helped you👍 stay connected and keep watching

  • @pramodkumarsaxena3798
    @pramodkumarsaxena3798 ปีที่แล้ว +1

    I wasted 3 days but your way could help me to succeed in proper installation. Thanks.

  • @akashkumarsingh1296
    @akashkumarsingh1296 ปีที่แล้ว +3

    Really saved my lot of time clear conside and to the point.

  • @somyasingh3551
    @somyasingh3551 2 ปีที่แล้ว +1

    I wasted hell lot of time everywhere but your video helped ...thanks...

  • @guruprasath3796
    @guruprasath3796 ปีที่แล้ว +3

    Thank u it's very useful video ❣️

  • @komalrathore8789
    @komalrathore8789 ปีที่แล้ว +1

    Was just roaming around for 6.0 version...thanks alot for these clear steps. ❤

  • @henrybentil9915
    @henrybentil9915 ปีที่แล้ว +4

    This was concise and very helpful 🎉

  • @FARHANKHAN-lh6xx
    @FARHANKHAN-lh6xx ปีที่แล้ว +1

    Thanks mam highly recommend to new ones who face difficulty in installing MongoDB

  • @ImranAbbasfansIndiaAS
    @ImranAbbasfansIndiaAS 2 ปีที่แล้ว +1

    thank you so much mam i am stuck here since 2 days now i solved problem by watching your video

  • @sivaramakrishnans6371
    @sivaramakrishnans6371 ปีที่แล้ว +1

    Best video for mongoDB and mongo shell installation, Very clear and straightforward ✌

  • @abrahamshukla2900
    @abrahamshukla2900 ปีที่แล้ว +1

    Thank you maam soooo much.... it was very good.. before I wasted 12hrs installing this... it was really a game changer

    • @CSCORNERSunitaRai
      @CSCORNERSunitaRai  ปีที่แล้ว

      Glad my video helped you👍☺Please subscribe

  • @josephuzuegbu7431
    @josephuzuegbu7431 2 ปีที่แล้ว +1

    This is the best tutorial for setting MongoDB server and shell. Thanks

  • @newaccc6931
    @newaccc6931 2 ปีที่แล้ว +1

    thanks a lot for this video , many videos on youtube are too old and that version mongo shell was build in and now we need to install mongo shell that i realise by watching this vedio, thanks a lot

  • @AutumnRainWish
    @AutumnRainWish 2 ปีที่แล้ว +2

    Thanks a lot! I couldn't find a relevant video for version 6.0 and it's really helpful!

    • @CSCORNERSunitaRai
      @CSCORNERSunitaRai  2 ปีที่แล้ว +1

      That's great my video helped you👍 keep watching

  • @mahalingappabirajdar5285
    @mahalingappabirajdar5285 ปีที่แล้ว +1

    Thanks so much for the excellent explanation, Each and every step was very well explained I saw so many videos on youtube not able to understand because the version of MongoDB changed finally your video helped me, once again thank you so much Madam

    • @CSCORNERSunitaRai
      @CSCORNERSunitaRai  ปีที่แล้ว +1

      Glad my video helped you👍keep watching☺ plz subscribe

    • @mahalingappabirajdar5285
      @mahalingappabirajdar5285 ปีที่แล้ว

      @@CSCORNERSunitaRai Madam already subscribed your all videos are more helpful.

  • @abhaysharma4652
    @abhaysharma4652 2 ปีที่แล้ว +1

    on enitre youtube this is the video which is relevant to install mongo at this time all other are of version 4.0.0 which is of no use now
    once again thanks to create this video it is very helpful to me

  • @Creativity-e3y
    @Creativity-e3y ปีที่แล้ว

    Thank you so so much ma'am, I tried to resolve this issue from past 4 months, and here Now finally I installed it on my system. You are really great ma'am. blessing😊

  • @chibuezekennedy3127
    @chibuezekennedy3127 ปีที่แล้ว +1

    sunita You are the best 👍👍🏆🏆🤩🤩☺☺ and a life saver. i got stuck while trying to install it but with your video it was easy with less stress.
    Thanks a lot.

    • @CSCORNERSunitaRai
      @CSCORNERSunitaRai  ปีที่แล้ว

      🤩wow! Glad my video helped you 👍plz subscribe

  • @PrakashSingh-ef8cw
    @PrakashSingh-ef8cw ปีที่แล้ว +1

    Thank you so much Sunita Ma'am. You have explained in simple and understandable manner. I have watched many videos but in yours, everything is in sequence and step by step. Anyone can understand. I am from commerce background so I am very new to this. Thanks a lot.

    • @CSCORNERSunitaRai
      @CSCORNERSunitaRai  ปีที่แล้ว

      Glad my video helped you👍😍keep watching☺ plz subscribe

  • @csexpert3404
    @csexpert3404 2 ปีที่แล้ว +2

    Thank you so much! really I was struggling with this latest release as mongo not available. Through your video I came to know that I have to install mongosh also. Thanks again...

    • @CSCORNERSunitaRai
      @CSCORNERSunitaRai  2 ปีที่แล้ว

      That's great👍
      Yes mongosh need to be installed separately if u want to run queries

  • @jdram82
    @jdram82 ปีที่แล้ว +1

    very usefull Video for MangoDB instalation and working with basic commands.Thanks for sharing your knowledge mam.

  • @meanddiiiii
    @meanddiiiii ปีที่แล้ว +1

    mam thanks alot you've saved me from a very big problem
    and what crystal clear explanation

    • @CSCORNERSunitaRai
      @CSCORNERSunitaRai  ปีที่แล้ว

      Glad my video helped you👍 plz subscribe ☺

  • @ankeshkewat8013
    @ankeshkewat8013 ปีที่แล้ว +1

    I installed mongodb in first attempt thanks mam😍

  • @hardikyadav9204
    @hardikyadav9204 ปีที่แล้ว +1

    Thank you for the video! It really helped in installing MongoDb in local.

  • @ameyachaudhary4084
    @ameyachaudhary4084 ปีที่แล้ว +1

    Thanku u very much mam.
    The explanation was clear and concise and all the steps were explained perfectly so that i would be easy for anyone to follow u up.

  • @sukantadolai4595
    @sukantadolai4595 2 ปีที่แล้ว

    instruction was pretty much clear and it works . I saw many video but nothing was helpful . But now it works . Thanks a lot .

  • @jtoomay9102
    @jtoomay9102 ปีที่แล้ว

    Super helpful video. Thank you so much. This was the 3rd video I watched because I couldn't understand the others. Keep up the good work!!!

  • @matthewgodstime4814
    @matthewgodstime4814 2 ปีที่แล้ว +1

    Thank you for the guide. I was frustrated trying to set it up but couldn't. The only guide I've been seeing was for an older version. I almost gave up on mongodb

    • @CSCORNERSunitaRai
      @CSCORNERSunitaRai  2 ปีที่แล้ว +1

      Glad my video helped you👍 keep watching

  • @agnivashil4130
    @agnivashil4130 ปีที่แล้ว +1

    Saved me finally ! got stucked a lot.. finally got a valid solution.. thanks.!

  • @soultouchingsongs
    @soultouchingsongs ปีที่แล้ว +1

    The best tutorial on mongodb.. Awesome. Thanks a ton🙌🙌

  • @mohammadhisbullah9332
    @mohammadhisbullah9332 ปีที่แล้ว +1

    thank you !
    your video helped me much !
    First I couldn't install the mongodb but now i can do that

  • @ANSH-do2di
    @ANSH-do2di 2 ปีที่แล้ว +1

    Thank you mam I was soo worried from yesterday about my mongo not running and this video helped me soo much I just want to thank you

    • @CSCORNERSunitaRai
      @CSCORNERSunitaRai  2 ปีที่แล้ว +1

      Glad my helped you👍 keep watching☺ and please share my channel

  • @sanketjaisingpure7028
    @sanketjaisingpure7028 ปีที่แล้ว +1

    Thank you so much Mam, i was stuck from 2 day's because of this newer version,

    • @CSCORNERSunitaRai
      @CSCORNERSunitaRai  ปีที่แล้ว

      Glad my video helped you👍 I have new Installtion video too

  • @callofgears91
    @callofgears91 ปีที่แล้ว +1

    Oh my god you are a life saver, I had no idea how to make Mongo work until I saw this video, thanks a lot!!!

    • @CSCORNERSunitaRai
      @CSCORNERSunitaRai  ปีที่แล้ว

      Glad you think so☺You're welcome 👍Please subscribe

  • @riteshhraj8033
    @riteshhraj8033 2 ปีที่แล้ว +1

    Thanks maam very much,i was stuck from 2-3 days..your video helped solved my problem.keep creating such kinds of videos :)

    • @CSCORNERSunitaRai
      @CSCORNERSunitaRai  2 ปีที่แล้ว +1

      Glad ny video helped you👍✨ keep watching

  • @unpaired-electron
    @unpaired-electron ปีที่แล้ว +1

    Thank you ma'am for this tutorial video. It cleared all my installation problems.

  • @netcharger02
    @netcharger02 ปีที่แล้ว +1

    Hi mam you saved me , your installation is very clear and the error where I stucked

  • @Shiv_am_Sahni
    @Shiv_am_Sahni ปีที่แล้ว +1

    Thank you for explaining this in a sequencing order. It really helped me alot 😊😊🙂

    • @CSCORNERSunitaRai
      @CSCORNERSunitaRai  ปีที่แล้ว

      Glad it was helpful!
      You're welcome👍 please subscribe 😊

  • @harshnamdeo613
    @harshnamdeo613 2 ปีที่แล้ว +1

    thank you very much, ma'am, I've been stuck in this problem and then left it, because I couldn't find any proper solution, and after seeing this mongo DB started working, thank you very much, ma'am, as no one has uploaded or updated any installation regarding version 6

    • @CSCORNERSunitaRai
      @CSCORNERSunitaRai  2 ปีที่แล้ว

      Glad my video helped👍 please share☺keep watching

    • @harshnamdeo613
      @harshnamdeo613 2 ปีที่แล้ว

      @@CSCORNERSunitaRai please make a video on how to use mongodb compass

  • @143kareem216
    @143kareem216 ปีที่แล้ว +1

    very useful vedio to install mongodb in local system. thanks sunita

  • @flyiing_fish
    @flyiing_fish 2 ปีที่แล้ว +1

    Thanks very much mam.I was stuck in installation; very detailed explaination of every step ..

  • @SarathKumar-qk9lv
    @SarathKumar-qk9lv ปีที่แล้ว +1

    Thank you ma'am .it was very helpful. i was struggling to install this one on my pc

  • @SAKSHIKUMARIP
    @SAKSHIKUMARIP 2 ปีที่แล้ว +2

    thank you soooo muchhhhh maaammmm!! very helpful for updated version mam

  • @sainathgore7102
    @sainathgore7102 2 ปีที่แล้ว +1

    Thanks mam for a very detailed video on the installation.

  • @SachinSingh-oy6cq
    @SachinSingh-oy6cq ปีที่แล้ว +1

    Thanks a lot, after visiting so many videos I got the correct way, 🙏🙏

  • @chakirfri
    @chakirfri 2 ปีที่แล้ว +1

    this was clear and very informative , thank you sunita

  • @ajitdhanawade5874
    @ajitdhanawade5874 ปีที่แล้ว +1

    thank you mam it's really good for beginners .your explanation is so clear and understandable

  • @madhavaraolothugedda4713
    @madhavaraolothugedda4713 ปีที่แล้ว +1

    thanks for the good informative video mam , i am trying number of times but not respond, finally i am watching this video to created this time really help full this video mam thank you

  • @milankumar483
    @milankumar483 ปีที่แล้ว +1

    Very helpful video as I came from Ubuntu platform. Thanks Rai.

  • @Raihanjishan
    @Raihanjishan ปีที่แล้ว +1

    Clear and helpul content, Thanks for making thsi type contents ...

  • @sagarghare9829
    @sagarghare9829 2 ปีที่แล้ว +1

    Thanks for video sunita mam. :) complete and clear

  • @shortme9374
    @shortme9374 2 ปีที่แล้ว +1

    Thanks a bunch ma'am. Loved it. very helpful. God bless you.

  • @olaoyefaith2335
    @olaoyefaith2335 ปีที่แล้ว +2

    This is a very perfect explanation. It was very simple and precise

  • @AYUSHKUMAR-xj4wc
    @AYUSHKUMAR-xj4wc ปีที่แล้ว +1

    Thank you Ma'am , simple and easy to understand solution

  • @howtotuts2993
    @howtotuts2993 2 ปีที่แล้ว +1

    Thanks Ma'am very simply explained

  • @prajaktajadhav3225
    @prajaktajadhav3225 2 ปีที่แล้ว +1

    Thank you so much mam for posting this video. I was stuck at some point & I viewed may videos but didn't understand what I have done wrong but this video was quite helpful for me and understood very well .plz keep posting more videos on mongodb

    • @CSCORNERSunitaRai
      @CSCORNERSunitaRai  2 ปีที่แล้ว

      Glad you liked my content 👍

    • @CSCORNERSunitaRai
      @CSCORNERSunitaRai  2 ปีที่แล้ว +1

      Here is link for MongoDB Compass:th-cam.com/video/6e6xrkUytJY/w-d-xo.html

  • @dandyyu0220
    @dandyyu0220 ปีที่แล้ว +1

    This is such such a helpful video! Very clear and straightforward guidlines! Thank you very much!

  • @va_vandhu..
    @va_vandhu.. 2 ปีที่แล้ว +1

    Okay the new thing here is you have to install the shell after downloading the server... Thank you👍

  • @Sahil-13198
    @Sahil-13198 ปีที่แล้ว +2

    Thank you so much, without this video, I'll be stuck....

  • @MrGamer_007
    @MrGamer_007 ปีที่แล้ว +1

    Thanks for this video about totally mongodb it's clearly explained and worked

  • @SarveshKumar-bl9in
    @SarveshKumar-bl9in 2 ปีที่แล้ว +1

    Thanks a lot ma'am ! I couldn't find a relevant video for version 6.0 and it's really helpful!😊

  • @peterandreas3219
    @peterandreas3219 ปีที่แล้ว +1

    Thank you so much, the clearest and best to follow tutorial on this topic!

  • @michellemorales5522
    @michellemorales5522 ปีที่แล้ว +1

    Omg!!! thank you so much!! you literally saved me!! hahaa .. it's extremely unhelpful some guidance that i received in my udemy course cause it was not updated and you explained it soooo well!!! thank you so much

    • @CSCORNERSunitaRai
      @CSCORNERSunitaRai  ปีที่แล้ว

      I'm so glad! I could helped you👍 ☺plz subscribe👍

  • @CodingTraveller
    @CodingTraveller 2 ปีที่แล้ว +1

    Thank you sooo much for this video because everywhere the content of 4.0 version is available,now it is request to you that please make a video on how to work with mongodb in nodejs,,,,please...

  • @UCSSABARISHR
    @UCSSABARISHR ปีที่แล้ว +1

    I spent lot of time for that , you cleared very well mam .Thank you 🙏🏻

  • @ramiq1988
    @ramiq1988 2 ปีที่แล้ว +1

    Thank you! this is the only relevant video I have found about this topic ..

  • @prakashrayka7845
    @prakashrayka7845 2 ปีที่แล้ว +1

    Thankyou Mam 🙌✌️ Just Amazing Tutorial. Helps me a lot. Thankyou.

  • @chibuikemokonkwo5706
    @chibuikemokonkwo5706 ปีที่แล้ว +1

    Thanks a whole lot. Saved me so much trouble

  • @maryamlefkir3074
    @maryamlefkir3074 ปีที่แล้ว +1

    thank you very much, you had helped me to solve my problems. Thaaanks Sunita

  • @rafetersoy7678
    @rafetersoy7678 ปีที่แล้ว +1

    Thanks for the very simplified narrative.

  • @narayansingh514
    @narayansingh514 ปีที่แล้ว +1

    Great explanation and crystal clear to what the person in need ...thanks for the video

  • @umaurya196
    @umaurya196 ปีที่แล้ว +1

    Thank you so much l was stack in installation your tutorial is very helpful

  • @Emi-ql456
    @Emi-ql456 ปีที่แล้ว +1

    thanks, it helps me a lot... i'm loving how simple u show things

    • @CSCORNERSunitaRai
      @CSCORNERSunitaRai  ปีที่แล้ว

      Glad you liked my contents 👍keep watching☺

  • @adwoaagyenim-boateng9204
    @adwoaagyenim-boateng9204 ปีที่แล้ว +1

    Very great and informative video. Thank you. Clear and concise

  • @eren8316
    @eren8316 ปีที่แล้ว +1

    The explanation was clear , it helped me alot.
    Thank you 😇

  • @rishabhuniyal8700
    @rishabhuniyal8700 2 ปีที่แล้ว +2

    Thanks, Mam it was really helpful to me.

  • @mizile1486
    @mizile1486 ปีที่แล้ว

    Thanks for this video. I was really stuck and confused since the version 6 is different from the previous versions.

  • @shivamijardar1464
    @shivamijardar1464 2 ปีที่แล้ว +1

    Thanx a lot.. you way of explaination is very soothing...