I appreciate your very down-to-earth teaching style. You use the methods that are required at the moment even if they may be wrong, as you will correct it later at the right time rather than writing code without any explanation. ❤
This is such a wonderful video for a person like me, who knows JS and MySQL DB but, has no clue regarding Nodejs and MongoDB. I seriously learned a lot from this video by watching and coding it side by side. It was pretty fun! Thank you so much!😁😃
quite frankly in short i could say i have tried a lot for crud operation as you know sir i was the one who was suggesting you about crud operation in your 1st video and trust me sir no other video had taught me much clear than you's again a bigggg bigggg thank you sir loved it...
Mr Naveen Sir. You are just awesome. The way you taught a subject is just incredible. Simple English easy to understand even lay man also. I saw lots of tutorials I believe personally no one can replace you. The way you teach I gave no words to express. I got a job in MNC bez of Na been Sir, watching Teluso videos regularly. I m requesting to have videos on UI also.
This is one of the best tutorials for nodeJs + express + MongoDB. I have seen so many videos of this topic but this video right here is the one. Thank you sir , really needed this!
It's been probably 5 years since i started to learn java from you and eventually, cracked jobs in MNC's based on that learning, i was in UG 2nd year when I first saw you And now, our java guru is teaching us new technologies in the market, so we can grab even better jobs. Naveen sir ROX
best thing about navin sir is that he is pretending as he also don't know how the code will work , this thing of him is so relateable that i started felling that i am building along. thanks sir :)
Past 3 years I'm learning from your videos but still not yet subscribed. I'm really sorry for that. Now I'm also subscribed. Thanks for making me clear.
Anyone out there getting "validation failed: name: Path `name` is required. " in PostMan? The solution is you need to change the request type from "Text" to "JSON (application/json)" in Postman . (Next to the "binary" checkbox) You can see at 42:32, it is "Text" and at 43:24 it is ""JSON (application/Json) . @Telusko, Man you need to tell this, I spent an hour to find this!
Any one of you facing issues with post request in postman, you might not have selected the format "JSON" after selecting the "raw" radio button.. So set the "Text" dropdown to "JSON" format
Thank you for this video, exactly what I was looking for, I deployed my own API 1 hour after this video. Could you please make a video on connecting to MongoDB Atlas, though there are hundreds of them your way of explaining is the best. If it is already there please suggest.
just click on connect on cluster in atlas. Then click on connect to app. You will get link. copy the link and paste it in your code in place of localhost url. It will work
I have one unclear point. Why isn't it something like Alien.save(alien)? When we say alien.save(), how does node or express or mongoose know that the new alien should be saved into Alien schema?
Just use `npm init -y` to init a package.json, also just use `npm i express mongodb mongoose nodemon`, and just use `npm start` to init the nodemon server Hope it helped! :)
Make sure the input type is "JSON" and not "text" before using the POST command on POSTMAN if you get the following error { "_id": "5f5c3d8c9684725174a35c8d", "__v": 0 }
I got an error while sending a post req to a URL what happened is the req body is printed as undefined later I got to know JSON parser is now not coming with express so what I did is I installed the body-parser npm module and then I created the jsonparser=body-parser.json() and in the router, I wrote ...... router.post('/',JSON parser, async(req,resp)=>{ ....... instead of ....router.post('/', async(req,resp)=>{ ...... this solved my parsing problem
Hi! Thanks for the great tutorial. I had to install a package to make the request body readable. It appears request body parser is no longer part of express. Thus, "npm i body-parser" will add the missing package to make it work. Cheers!
Can someone explain something to me; Couldn’t I just use a JSON object, instead MONGO? Like if I wanted to create a simple CRUD application, could not essentially just use JSON?
you are a great Sir. very nice tutorial Who do you learn so many things in this little time? please give some tips to motivate us to learn new new technology hats off Sir
I appreciate your very down-to-earth teaching style. You use the methods that are required at the moment even if they may be wrong, as you will correct it later at the right time rather than writing code without any explanation. ❤
This is not a video, its a treasure.
Each and everything explained so clearly from scratch...unbelievable.
This is such a wonderful video for a person like me, who knows JS and MySQL DB but, has no clue regarding Nodejs and MongoDB. I seriously learned a lot from this video by watching and coding it side by side. It was pretty fun! Thank you so much!😁😃
quite frankly in short i could say i have tried a lot for crud operation as you know sir i was the one who was suggesting you about crud operation in your 1st video and trust me sir no other video had taught me much clear than you's again a bigggg bigggg thank you sir loved it...
Mr Naveen Sir. You are just awesome. The way you taught a subject is just incredible. Simple English easy to understand even lay man also. I saw lots of tutorials I believe personally no one can replace you. The way you teach I gave no words to express. I got a job in MNC bez of Na been Sir, watching Teluso videos regularly. I m requesting to have videos on UI also.
sir mujai is Alien word k sath 2 sal hogai or jab mai Alian sunta hoo to dill kush ho jata hai ❤❤
Love from Pakistan
Better Engineering college shutdown and students start to follow RUclips channel for education...
Your way of teaching is awesome
I just completed this course this is a 100% pure. This 3year old tutorial is far batten then new ones. Thanks sir
hello, can absolute beginners(with no idea of mern) can watch this? please tell
Watching in 2022, this is really really helpful for a beginner like me...😃
This is one of the best tutorials for nodeJs + express + MongoDB. I have seen so many videos of this topic but this video right here is the one. Thank you sir , really needed this!
Thanks Telusko...being a noob on this platform I was really struggling to understand the CRUD concepts until i found this video..
It's been probably 5 years since i started to learn java from you and eventually, cracked jobs in MNC's based on that learning, i was in UG 2nd year when I first saw you
And now, our java guru is teaching us new technologies in the market, so we can grab even better jobs.
Naveen sir ROX
Am a Zambian You Tuber and I love your Videos! I learn alot from them
best thing about navin sir is that he is pretending as he also don't know how the code will work ,
this thing of him is so relateable that i started felling that i am building along. thanks sir :)
This is probably the best explanation of CRUD on RUclips! Thank you so much sir 😀
Past 3 years I'm learning from your videos but still not yet subscribed. I'm really sorry for that. Now I'm also subscribed. Thanks for making me clear.
Anyone out there getting "validation failed: name: Path `name` is required. " in PostMan? The solution is you need to change the request type from "Text" to "JSON (application/json)" in Postman . (Next to the "binary" checkbox)
You can see at 42:32, it is "Text" and at 43:24 it is ""JSON (application/Json) .
@Telusko, Man you need to tell this, I spent an hour to find this!
U r right man same here
Thank you bro..I was boggling my mind for this
Man thank you so much! I was confused when it wasnt working
thanks :)
thanks
you are having very fine knowledge about whatever you teach us to make an alien.
Thanks a lot for your tutorials it's been 4 months since I started following your tutorials and I would say I have made a very great step in tech
Watching this Video After almotst 2 years past your upload date. But surely I can say, this video is Gem. And you are the JEWELER. ❤
Thank you so much man. The way you give clarity about concepts is amazing and intresting to listen
I like it how he would try and error and explain at the same time. Helped me understand things better.
This content presented in effective way and teach essential parts effectively. Post videos to improve the novice knowledge
You've answered so many questions I've had on this topic in this very simple and straightforward video. Thanks!
In these 52 minutes, I have learned so many things, thanks for the tutorial.
I did the delete as you said and it worked. Thanks for the good tutorial.
when i tried, it thrown an error as "alien.remove()" is not a function
Code for Deletion:
router.delete('/:id', async(req, res) =>{
try{
const students = await Student.findById(req.params.id)
const a1 = await students.remove()
res.send("Successfully Deleted")
}
catch(err)
{
res.send("error", + err)
}
})
Thank you!!!
one of the best nodejs mongodb tutorial. lot of thanks
This video I've have been searching for all day..
my post request is giving error at 43:24
please help me
Any one of you facing issues with post request in postman, you might not have selected the format "JSON" after selecting the "raw" radio button.. So set the "Text" dropdown to "JSON" format
I faced that issue and I was looking for Solution Thanks For The Help
my post request is giving error at 43:24
please help me
Following you from long time.
Indian MOSH.
This is the best video for beginners in these concepts. Thank you sir.
Oh ! thank god you have a video on this , really helped
one of the best video i have seen on rest API
A very good tutorial for a NodeJS beginner. Very well explained. Thanks Navin.
❤️ always waiting for telusko video.
Really love your demonstration.. Expecting more
This is a very clear tutorial, thanks Telusko
Great Video. One thing I'd like to add, there's no need to install nodemon globally. You can run npm run to run any script.
Thank you so much .....and what a content to have on my birthday .......thank you one again
Happy Birthday Swapnil
@@Telusko Thank you so much 😊😊💓
@@Telusko hello navin sir.
what an amazing video brother, truly enjoyed till end will definitely try delete n other api.
Thank you for this video, exactly what I was looking for, I deployed my own API 1 hour after this video.
Could you please make a video on connecting to MongoDB Atlas, though there are hundreds of them your way of explaining is the best. If it is already there please suggest.
just click on connect on cluster in atlas.
Then click on connect to app.
You will get link.
copy the link and paste it in your code in place of localhost url.
It will work
Thank you from 🇳🇬NIGERIA🇳🇬
thanks for uploading this video , i was waiting for this video from you . .
thank u for your video it help me since am new to nodeJS
It really helped Telusko, would love to have a tutorial on React Native if you can. Thank you!
Learned a lot of new things and small hacks from this , awesome as always
great video Navin. Lovely video. understood a lot of things from this.
Wow! Continue the good work sir!
Sir, apki personality bahut aachei hai
Thankyou for explaining each and everything you wrote!
You are introducing so many things thanks alien
Really nice video .. this is me very helpful sir.. thank you thank you so much ....😍 God bless you .....
Thank you very much Naveen, it was great learning with you. I learned a lot here with you and now I can explore more about nodeJS. Thank You again.
very amazing and useful video and content as always.....but that alien alien everywhere just confused me for a while :P
Thank You For This Video 'Naveen Reddy'
Thank you so much Sir. Clear and to the point. Wonderful tutorial to get started with MongoDB as a beginner.
Thank you for this video, I have been struggling with routing for a few days and this cleared all the MVC flow.
Thanks for creating this video. It's a great video for beginners. I get to learn a lot from this. Thanks Again
Thank you sir...
Thats all i have to say you help in my assignment today 😂😂
Thanks a lot. Amazing Explanation.Everyone must watch this video.
Thanks a lot Sir for this wonderful information....
Thank you so much I really got to learn new thing in my life.
Thanks a lot. It was precisely what need for mongodb connection without page rendering and all. Please upload a video on authentication in node.
I have one unclear point. Why isn't it something like Alien.save(alien)?
When we say alien.save(), how does node or express or mongoose know that the new alien should be saved into Alien schema?
explanation is very clear and awesome
31:41 why should make route in another file can't we directly write app.get() function?
I'm working on java 11, springboot. I really like your explanation
i have learn't more info form u than my clg including java,python etc
This course was so helpful thank you
Very helpful content.. You just saved a life 🤩🤩
Just use `npm init -y` to init a package.json, also just use `npm i express mongodb mongoose nodemon`, and just use `npm start` to init the nodemon server
Hope it helped! :)
great video. Thanks from Russia
Very good sir you are very nice teacher 👌👌👍
Thank you so much Naveen Sir,
your videos are very helpful.
Make sure the input type is "JSON" and not "text" before using the POST command on POSTMAN if you get the following error
{
"_id": "5f5c3d8c9684725174a35c8d",
"__v": 0
}
thanku so much
Nice.. pls do more related to multiple schemas..
hello! I can't get the POST method to work form this code on postman. Is something about this tutorial currently out of date?
Thank you so much, Naveen. It really helped.
Thank you very much Sir .. Learnt so much.
Thank you so much! Great tutorial!!
BIG Thank you , Naveen
I got an error while sending a post req to a URL what happened is the req body is printed as undefined later I got to know JSON parser is now not coming with express so what I did is I installed the body-parser npm module and then I created the jsonparser=body-parser.json() and in the router, I wrote ...... router.post('/',JSON parser, async(req,resp)=>{ ....... instead of ....router.post('/', async(req,resp)=>{ ...... this solved my parsing problem
I am a laravel man but this was magic.
Excellent Lesson. Thank you. I have subscribed to your channel.
this is amazing great explanations ever i seen
Thanks a lot buddy it helps a lot to revise
Thank you so much, Sir.... awesome tutorial 😀
Awesome was very helpful, thanks!
Hi! Thanks for the great tutorial. I had to install a package to make the request body readable. It appears request body parser is no longer part of express. Thus, "npm i body-parser" will add the missing package to make it work. Cheers!
Thank you so much navin sir.
Can someone explain something to me; Couldn’t I just use a JSON object, instead MONGO? Like if I wanted to create a simple CRUD application, could not essentially just use JSON?
you are a great Sir. very nice tutorial
Who do you learn so many things in this little time? please give some tips to motivate us to learn new new technology
hats off Sir
Thank you so much sir ❤ very very nice tutorial.
Sir, please make full Mean Stack website next...
Helpful for learning basics ...
bhai agar mern website localhost sa hata kaa domain ka use kara to website server par 403 error show ho raha haa .what can i do
Your Videos help a lot
Wonderful and awesome as always
Thank you so much for sharing.🙏🙏
its awesome very interesting for beginners .