Thank you!!! More people should make videos like this. A lot times it's "Ok so we'll start by installing these 8 frameworks" when they're teaching one thing. Like... I just want to know about the one thing. This has helped me so much more than any other tutorial on the topic I've watched. Thank you again
Honestly this video helped me so much, I was stuck but now able to move on. Thanks alot and I definetely will watch your videos you explain in detail Keep up the good work....
Thank you for the nice content. We often use ORMs to connect and do operations in mongodb which does most of the heavy lifting for us. Good to see the usage of the native driver
Wow! I learned a lot with this video 😁Mongo is my first choice right now, using MERN technic. It's been 1 year but still a very good video! Thank you so much Lauren Schaefer and MongDB team!!! Wish you best! Hugs from Portugal 🧡🧡🧡🧡
Hi Team, I have a question, please help. Let us say that I have a list of employees. Now I want to increment Salary of all employees by +100 based on the employee ID that I receive. So, If employee ID not not existing in the DB, I should add the empID and then update the salary, inthis case Salary will be 100. ( 0+100). I am using forEach on employeeID list and for each employeeID, I am calling updateMany. This doesn't work the first time when I run. ( Only first record of the list gets updated and remaining are left. ) when I run 2nd time the same query, all the elements in the list get updated correctly
Wow! Totally awesome tutorial with easy to follow examples. I see a lot of youtube tutorials out there are using mongoose with node. Do you have any opinion on mongoose?
Hi, very useful! Anyway I already created CRUD routes that spoke to the local host and I was looking for "how to connect express to mongoDB" nd found you video but HOW DO I MAKE THE CONTENT I CREATED IN THE DB APPEAR ON THE WEB PAGE? Please let me know.
I have followed this tutorial and the next day I wanted to continue but somehow when I go node demo.js my terminal doesnt connect and nothing happens even though I added an ip address of my new location and connect link including my password and username is still present. Do you have any idea why I might not be able to connect to mongoDb through my terminal?Thanks in advance.
Too many unanswered questions here: 1) How to make this work with client-side and server-side js? E.g. my client-side code returns "not a function" for "client.db" after following this. 2) Were "sample_airbnb" and "listingAndReviews" already created somewhere else? How will I create my own database and collection using code? 3) How to insert a pre-defined object instead of writing the data directly into the function as here? Basic questions, I am sure, but I came here to learn the basics of setting this up. I didn't.
Thanks for the video, It was very helpful for me to start understanding mongoDB & CRUD as a beginner. Can I ask what theme you're using on VScode, it looks very clean & readable
I think you are going too fast for a beginner, you are explaining very little about the things you are doing, I wanted an in-depth explanation for ex: MongoClient, what it is and what it does, I think this video could have been improved a bit further
✅ Sign-up for a free cluster at: mdb.link/free
✅ Get help on our Community Forums: mdb.link/community
Thank you Lauren Schaefer and MongDB team for taking time and create educational content and making available for everyone in the world. Keep going.🙏
Thank you!!! More people should make videos like this. A lot times it's "Ok so we'll start by installing these 8 frameworks" when they're teaching one thing. Like... I just want to know about the one thing. This has helped me so much more than any other tutorial on the topic I've watched. Thank you again
Honestly this video helped me so much, I was stuck but now able to move on. Thanks alot and I definetely will watch your videos you explain in detail Keep up the good work....
It's not very often that documentation is intuitive. Kudos for making a step by step that helps us beginners
helpful video, Love the way Lauren explained in the video with the examples, Thanks Lauren and MongoDB team
Thank you for the nice content. We often use ORMs to connect and do operations in mongodb which does most of the heavy lifting for us. Good to see the usage of the native driver
Lauren you are the best.
Wow! I learned a lot with this video 😁Mongo is my first choice right now, using MERN technic. It's been 1 year but still a very good video! Thank you so much Lauren Schaefer and MongDB team!!! Wish you best!
Hugs from Portugal 🧡🧡🧡🧡
Thanks for taking the time to sooooo clearly explain the basics!!!
Super helpful! Thanks Lauren. You are awesome. You have great taste in glasses.
great course, i am waiting for the next chapter.
simple and clean video to learn. aweeeeesome
I came here from the last stream, very helpful!
Great video. It was super fun to watch.
I really liked it. I would like to see the next videos soon. Please notify when the next ones come out. Good luck and nice job. Greetings
good job. concise tutorial. seems more flexible than mssql so far…
Thanks a lot, Lauren!👏
Thanky you for providing this brillant content.
A four-part series... interesting.
Love to see more on mongoose rather mongoclient, Thanks
Спасибо огромное за уроки! Очень познавательное видео!
Thanks for sharing! it's a very good tutorial!
Great video, thank you!
Great Explanation
This is a big help! Thank you!
Thanks for a tutorial.
Why are you guys using the full string for the connection? isn't it a security risk? why don't you process a .env instead?
I tried the create method but it returns an error saying
MongoNotConnectedError: Client must be connected before running operations
Any help?
Hi Team, I have a question, please help.
Let us say that I have a list of employees. Now I want to increment Salary of all employees by +100 based on the employee ID that I receive.
So, If employee ID not not existing in the DB, I should add the empID and then update the salary, inthis case Salary will be 100. ( 0+100).
I am using forEach on employeeID list and for each employeeID, I am calling updateMany.
This doesn't work the first time when I run. ( Only first record of the list gets updated and remaining are left. ) when I run 2nd time the same query, all the elements in the list get updated correctly
Good Job. Thanks!
Wow! Totally awesome tutorial with easy to follow examples. I see a lot of youtube tutorials out there are using mongoose with node. Do you have any opinion on mongoose?
Really helpful. thank you!
Hi, very useful! Anyway I already created CRUD routes that spoke to the local host and I was looking for "how to connect express to mongoDB" nd found you video but HOW DO I MAKE THE CONTENT I CREATED IN THE DB APPEAR ON THE WEB PAGE? Please let me know.
thank you for your great work
Super helpful video, imposter syndrome inducing but super helpful! Thank you!
Please make a video on 'Mongodb RealM Sync' with Angular.
Thanks for the suggestion!
I have followed this tutorial and the next day I wanted to continue but somehow when I go node demo.js my terminal doesnt connect and nothing happens even though I added an ip address of my new location and connect link including my password and username is still present. Do you have any idea why I might not be able to connect to mongoDb through my terminal?Thanks in advance.
Too many unanswered questions here: 1) How to make this work with client-side and server-side js? E.g. my client-side code returns "not a function" for "client.db" after following this. 2) Were "sample_airbnb" and "listingAndReviews" already created somewhere else? How will I create my own database and collection using code? 3) How to insert a pre-defined object instead of writing the data directly into the function as here? Basic questions, I am sure, but I came here to learn the basics of setting this up. I didn't.
I too in the same boat. I am sure somebody has already made MongoDB to their app. So if they can share a tutorial for it, I will be grateful.
Thanks for the video, It was very helpful for me to start understanding mongoDB & CRUD as a beginner. Can I ask what theme you're using on VScode, it looks very clean & readable
awaiting for next parts eagerly.. btw where can I get the cheat sheet of Mongodb CRUD operations
Thanks
Amazing
I have databases in my cluster but I'm getting empty array for list of databases. Can anyone help me onthis
what about the offline sync and database of the local browser(client)?
Hey, can you tell how to use mongodb schema validation with collection in node js ? It will be very helpful.
I'm running this exact code and it's throwing errors? Is it a filepathing error?
nvm I figured it out it was a pathing issue with the explorer you should explain that in the beginning
Thx you very much
Is there a link to the sample data?
The sample data is built into Atlas. See docs.atlas.mongodb.com/sample-data/for more info
I have a problem . I am connecting my app to mongo cluster but it give me error ..can anyone help me
Thank you
Thank you. Really good content.
How does Mongodb handle images and other file types?
you can use library called "multer" for file upload
great thanks ..... ! but we must wiatin 2021 for have this kind of videos ??? it's creazy :-/
how to update by id?
With the magic of edition I magically got lost 😓
username in plaintext in the code is vulnerability
MongoDB looks just as easy as Mongoose. I should have learned MongoDB instead of Mongoose.
TypeError: client.db(...).admin(...).listDataBase is not a function ... this video is out of date :)
But I'm using mongoose
I think you are going too fast for a beginner, you are explaining very little about the things you are doing, I wanted an in-depth explanation for ex: MongoClient, what it is and what it does, I think this video could have been improved a bit further
16:34 :)