Guys, if the video is helpful to you or you learned something than please appreciate and ADD COMMENT hit the LIKE and SUBSCRIBE button and help this channel to GROW😉 Checkout the React Playlist - ruclips.net/p/PLTP3E5bPW7944Ec1lfXzavqRHzxY5FigD Checkout the JS playlist - ruclips.net/p/PLTP3E5bPW795Nx9KUPCdHNsh7uuyqe9Mi
in middleware section you missed to use the next() and you have placed it below contact that are being import, it should be above contact route import timestamp 27:04
Hello Dipesh, It took 3 days to fully understand the process you explained. You are awesome. I can't believe you covered that much knowledge in just 2 hours. Bless you
This was one of the few nodes js tutorials i was able to complete without getting stuck in the middle. I really appreciate the effort for making this tutorial. Learned a ton from this simple project. Thanks a ton
Thanks a lot Dipesh. This is the best crash course, with all the standard practice! I needed to learn express for one of our project! This video came up like a charm!
I dont comment generally....I'm working in organization, have watched 35min and I assure you this is exactly how developments are done in organization... Separating all files and calling each other from here and there, the entire system is highly organized. I follow many good channels, they do same but not at this level, this is really organization level formatting.
Amazing explanation! Successfully completed starting 22 minutes and learned a lot within this minutes itself. I was already aware of some of the topics of nodejs but now its super clear as your code is also so clean and encourages us for clean code as well! Really within a much less time, many things got covered!
Not looking for any tut or anything was just browsing through random tech videos and found this. Only watched like 5 mins in total, here and there. But those 5 mins were well spent. Amazing videos. Keep up the good work.
As a fresher without (absolutely) any development background, it took a long (really long) time for me to complete this tutorial. I faced numerous errors (clerical as well as technical), but finally finished the exercise today. I believe this exercise has taught me a lot when it comes to the backend aspect of an application, mainly, how to think logically and sequentially. Thank you very much for taking efforts to create this exercise. I just have one comment (not criticism). While I understand your objective of this tutorial was teaching node, if, at some point in time, you can create a simple frontend and show how to integrate this backend with it, it will be a full-fledged exercise, giving a complete perspective. Again, just a suggestion. Thanks again!!
THIS Course contains everything you need, - Basics of Express with Best Practices - Routing - Middlewares - Intraction with Database (MongoDB using Mongoose) - Authentication all you need now is implementing type safety with power of *TypeScript* *thank you so much*
Your clear and concise explanations, and demonstrations, have provided me the necessary knowledge and skills to build applications. Thanks to your invaluable tutorials, I now feel confident in implementing CRUD operations and authentication in my own Node.js projects.
I have watched soooooooooo many videos on these topics and I have to say - THIS one is the most comprehensive! Very well explained, very detailed and can form the launch point for any CRUD API. Thanks for your efforts... and now... to figure out a front end :D
@@DipeshMalvia You're quite welcome - seriously though, it would be cool to see how the front end would tie into this with JWT, cookies, reset password etc... This is such an elegant solution.
@@ZombieBrainz did he made a video integrating this to front end?? By the way, excellent video, learned a lot from this video @DipeshMalvia. Please create a video linking this backend to front end.
I find long videos really usefull since they are like a entire official documentation in video format, but i like to start with short videos like this so i can have a general idea about how the technology works, sometimes you don't need much more, thank you!
What a clear, streamlined, and approachable (...at slower x0.75 speed) tutorial. None of this has been taken for granted and I'm truly impressed by it. Subscribed, obviously... With that being said, one question remains open: 01:17:11 - What should we do in production level code?
i'm watching from senegal this is the best course of node js i've been watching cause i was really confused but now everything seems easy thanks so much
This is awesome! I learned about the MERN stack from freeCodeCamp's main curriculum, and felt like I learned a lot, but didn't make anything from scratch. Our NodeJS and Express projects were built from boilerplates. Consequently, I ended up feeling like I had bits and pieces of useful knowledge, but no ability to practically implement it myself...going through this video and writing this along with you, it really solidified and clarified my knowledge! You go at the perfect pace, don't assume too much knowledge (or too little) from beginners, and write everything in a logical order and clean strucutre. I didn't even finish this video yet, but I definitely will be trying to write my own little project on my own (and referring to the project you walked us through) after this (which was originally my plan--but I wasn't expecting to feel this excited and prepared!). Subscribed!
hi bro can you help me out with how to create contact and get contact, when I was doing alongside while watching the video I successfully did all the things without getting any error but when I tried by myself I am able to register and login but cannot create contacts and get contacts.
hi bro can you please help me out with how to create contact and get contact, when I was doing alongside while watching the video I successfully did all the things without getting any error but when I tried by myself I am able to register and login but cannot create contacts and get contacts.
The asyncHandler does not help me because when I try to find contact with a wrong ID my call is pending and time-out, I don't have res back, and the try-catch its help me a lot from asyncHandler (Video min:50)@@DipeshMalvia
Thanks Dipesh, its just amazing , the entire process is so smooth to follow up and great content, I am new to node though have FE experience and transitioning to BE, this is the first blog i watched and already seems to grasp a lot. Cheers.
if anyone facing a problem in remove single contact ,(Timestamp===>53:00mins) use deleteOne(); method instead of remove() because all the time it does not work.ThankYou
Hatsoff💫 for you clean , clear and perfect work. It's the first time that I watched a tutorial completely in RUclips . It's truly worth it... Thank you so much , sir.
@@bhavanatomar1714 hey,i am facing the same issue,i think it is not able to read the env file,since it says ACCESS_TOKEN_SECRET is undefined,if you hover over it,if anyone has found the solution ,plz help
This is an awesome tutorial! And you are amazing. This tutorial will help me a lot to kick-start my professional nodejs project. Thanks man! Blessings for you! ❤️❤️❤️🇧🇩🇧🇩🇧🇩
You done a greate job Dipesh within a small amount of time you covered almost all important topics and that code is crystal clear and awesome explanation man
After many many video that i've learned.. You are the one that make me can really understand for learning javascript node express js.. Thank you very much for your video brother. You are good for teaching, please make more video.. Can you also make project with postgresql and typescript?
Guys, if the video is helpful to you or you learned something than please appreciate and ADD COMMENT hit the LIKE and SUBSCRIBE button and help this channel to GROW😉
Checkout the React Playlist - ruclips.net/p/PLTP3E5bPW7944Ec1lfXzavqRHzxY5FigD
Checkout the JS playlist - ruclips.net/p/PLTP3E5bPW795Nx9KUPCdHNsh7uuyqe9Mi
please upload example of image uploading (sending image from react and storing in mongo db using multer)
😓😓😓😓😓
can you teach json javascript
@@adamwhite425 : JSON tutorial - ruclips.net/video/6OhMbf2v_jI/видео.html
Sir I got struck at 1:28:55 that current user after pasting not coming plz help
in middleware section you missed to use the next() and you have placed it below contact that are being import, it should be above contact route import timestamp 27:04
I don't usually comment on videos but man. How can someone be this organised when it comes to teaching. Hats Off!!!!!!!
spammers
@@KrishnaGupta-bp1ny video is indeed perfectly organized.
Hello Dipesh, It took 3 days to fully understand the process you explained. You are awesome. I can't believe you covered that much knowledge in just 2 hours. Bless you
True
True
True
True
True
52:29
use deleteOne() instead of remove()
thanks
THANK YOU SO MUTCH BRO !!!
yeahh this one. didnt know why remove() is not wrking so i tried this findByIdAndRemove() and worked
Thank you!
should have seen the comments section an hour ago........
This was one of the few nodes js tutorials i was able to complete without getting stuck in the middle. I really appreciate the effort for making this tutorial. Learned a ton from this simple project. Thanks a ton
is the code worked?
@@Farjanamoon-no7ok yes.m
Thanks a lot Dipesh. This is the best crash course, with all the standard practice!
I needed to learn express for one of our project! This video came up like a charm!
Glad that the video is helpful😊
I dont comment generally....I'm working in organization, have watched 35min and I assure you this is exactly how developments are done in organization...
Separating all files and calling each other from here and there, the entire system is highly organized.
I follow many good channels, they do same but not at this level, this is really organization level formatting.
Thankyou very much.
can u say me the yt channels you are following it would be really helpful in learning process.
@PeterParker-ee6ep i would love to, but sadly most of em are in my local language
@@samridhshubham8109 ok mate
Amazing explanation! Successfully completed starting 22 minutes and learned a lot within this minutes itself. I was already aware of some of the topics of nodejs but now its super clear as your code is also so clean and encourages us for clean code as well! Really within a much less time, many things got covered!
So did you have job now ?
@@freefireindia8215 Nope, but I do have a skill.
@@freefireindia8215 still he is not playing with cartoons on ff lol
@@freefireindia8215 🤣🤣🤣🤣...No he in tutorial hell
You are the teacher we didn't ask for, but we needed.
Thanks!
Not looking for any tut or anything was just browsing through random tech videos and found this. Only watched like 5 mins in total, here and there. But those 5 mins were well spent. Amazing videos. Keep up the good work.
Glad you liked it!
As a fresher without (absolutely) any development background, it took a long (really long) time for me to complete this tutorial. I faced numerous errors (clerical as well as technical), but finally finished the exercise today. I believe this exercise has taught me a lot when it comes to the backend aspect of an application, mainly, how to think logically and sequentially.
Thank you very much for taking efforts to create this exercise.
I just have one comment (not criticism). While I understand your objective of this tutorial was teaching node, if, at some point in time, you can create a simple frontend and show how to integrate this backend with it, it will be a full-fledged exercise, giving a complete perspective. Again, just a suggestion. Thanks again!!
That’s a valid suggestion, I will think about it. glad you enjoyed the video
Yes exactly
Because I really don't know how to connect the backend to the frontend
💯💯
THIS Course contains everything you need,
- Basics of Express with Best Practices
- Routing
- Middlewares
- Intraction with Database (MongoDB using Mongoose)
- Authentication
all you need now is implementing type safety with power of *TypeScript*
*thank you so much*
im doing the tutorial in typescript, i advise others to do so as well
@@berat2690from where to learn typescript
vanilla js is still my favorite way of writing js, though it creates a mess sometimes but good for flexibility. 😂
you are great man..........thanx for 2 the point explanation in 2 hours.................no BS like other channels
Your clear and concise explanations, and demonstrations, have provided me the necessary knowledge and skills to build applications. Thanks to your invaluable tutorials, I now feel confident in implementing CRUD operations and authentication in my own Node.js projects.
I have watched soooooooooo many videos on these topics and I have to say - THIS one is the most comprehensive! Very well explained, very detailed and can form the launch point for any CRUD API. Thanks for your efforts... and now... to figure out a front end :D
Wow, thank you!
@@DipeshMalvia You're quite welcome - seriously though, it would be cool to see how the front end would tie into this with JWT, cookies, reset password etc... This is such an elegant solution.
@@ZombieBrainz did he made a video integrating this to front end?? By the way, excellent video, learned a lot from this video @DipeshMalvia. Please create a video linking this backend to front end.
I find long videos really usefull since they are like a entire official documentation in video format, but i like to start with short videos like this so i can have a general idea about how the technology works, sometimes you don't need much more, thank you!
What a clear, streamlined, and approachable (...at slower x0.75 speed) tutorial.
None of this has been taken for granted and I'm truly impressed by it.
Subscribed, obviously...
With that being said, one question remains open:
01:17:11 -
What should we do in production level code?
You get options to input environment variables in cloud services like Google Cloud, AWS
Thanks brev I love ya mate. you seriously helped me out. Thanks a lot mate.
A nice tutorial for beginners to follow and use as a reference template. Thank you for sharing.
I would say this is the superb tutorial to really understand the NodeJS in a cleanest and easiest way. Great work brother! ❤
Glad it was helpful!
loving how you organize the code... thanks for sharing it with us for free
No worries!
This video is AMAZING! Well structured, didactic and eloquent
Thanks for watching!
I really love your way of organizing the code base..
Happy to hear that!
Great stuff....you covered all essential parts...keep the good work..awesome tutorial for beginners
Thanks a ton
The best video so far, now I just have to build my views with ejs, thank you so much ❤
You're so welcome!
thank u so much bro
Thanks for the video. Easy and descriptive as well as understandable for the beginner.
Completed the course
Glad to hear that!
Concepts are Crystal clear and on to the point. Thank you for making this video :)
Bro do you have the source code i really need it. I have to submit my project tomorrow, i will be relieved if you could help me😢
i'm watching from senegal this is the best course of node js i've been watching cause i was really confused but now everything seems easy thanks so much
Thanks so much for the video bro. This is one of the best tutorial on nodejs . As a beginner I learnt a lot from this video.
Glad to hear that!
Masha Allah appreciate you Sir I have learned many things from this video
Glad to hear that
Excellent work I must say. Straight to the point and in clear terms. Bravo!!!😍
Awesome Video, built my interest in node js, Thanks Man.
Glad you liked it!
It just amazing, nothing else!
Thanks Utkarsh!
Thank you, just completed the project. Gained valuable insights
woah woah woah!! Fantastic. Thankyou so much
Welcome!
This is awesome! I learned about the MERN stack from freeCodeCamp's main curriculum, and felt like I learned a lot, but didn't make anything from scratch. Our NodeJS and Express projects were built from boilerplates. Consequently, I ended up feeling like I had bits and pieces of useful knowledge, but no ability to practically implement it myself...going through this video and writing this along with you, it really solidified and clarified my knowledge! You go at the perfect pace, don't assume too much knowledge (or too little) from beginners, and write everything in a logical order and clean strucutre.
I didn't even finish this video yet, but I definitely will be trying to write my own little project on my own (and referring to the project you walked us through) after this (which was originally my plan--but I wasn't expecting to feel this excited and prepared!).
Subscribed!
Can you make frontend for this
Or can you tell me agar me kahi se iska frontend le skta hu
Completed 🥳🥳🥳🥳 Thank you!!
What a video! many thanks for giving all the knowledge for free!
Bro you got my respect, this video has taught me more than 6 hours one
Just the perfect video to revise express and nodejs. I know MongoDb so, I am gonna use PostgreSql with this project. Thank you for making this video
haa haa me too
hi bro can you help me out with how to create contact and get contact, when I was doing alongside while watching the video I successfully did all the things without getting any error but when I tried by myself I am able to register and login but cannot create contacts and get contacts.
Very clear tutorial. Keep it up
this video is really good , covered almost all the possible scenarios and cases , thnx.
Welcome, Glad that you liked it.
Very good tutorial! Thank you! 🙏
thank you dear dipesh malvia i fully understand in one video tnx again
You're most welcome
No extra talk. i love the video. Please keep uploading more videos.
Glad you liked the video.
Thank you soooooo.... much !😇
You're welcome 😊
Thanks Dipesh..!! Appreciated
Very nice and informative to learn basic rest API creation and authentication with Express. Thanks a lot for the tutorial! :)
tks for your support, It makes sense and I can know exactly everything that you learn about express
Thank you !
This is massive. Thank you so much. 🙏
Love it ..
thx 😍😍
Welcome 😊
Good Tutorial. Thanx !
This video is so helpful I pray you won't shift to be commercial guy and I hope you will do another video to link this project with front-end 😇
Thanks, brother💕💕, created a project from scratch and had a good beginner project in my hand.
hi bro can you please help me out with how to create contact and get contact, when I was doing alongside while watching the video I successfully did all the things without getting any error but when I tried by myself I am able to register and login but cannot create contacts and get contacts.
Thanks for the video man,helped me lot to understand node and express along with authorization!!
great video! thank you so much
you answer for all i want to learn, MY FRIEND!!!!!
That's great. I am glad you liked it.
The asyncHandler does not help me because when I try to find contact with a wrong ID my call is pending and time-out, I don't have res back, and the try-catch its help me a lot from asyncHandler (Video min:50)@@DipeshMalvia
Great video. It is very helpful for me ❤❤
Thanks Dipesh, its just amazing , the entire process is so smooth to follow up and great content, I am new to node though have FE experience and transitioning to BE, this is the first blog i watched and already seems to grasp a lot. Cheers.
if anyone facing a problem in remove single contact ,(Timestamp===>53:00mins) use deleteOne(); method instead of remove() because all the time it does not work.ThankYou
Thanks
Thanks dude
nice video really appreciate you man...great work
Great Project, Just finished The project. Amazing basic and best practises
Thank you sir🎉 this is a million dollar video❤
Thanks Vamsi
I really loved the video thanks for making it 👍
Glad you enjoyed it!
This course / video really helped me a lot. Thank you Dipesh.
Most welcome!
Awesome Content,Great work brother ❤
Thanks alot Dipesh, Nice teaching. it was well explained.
A Well structured course!
Thank you so much !!!
Protip : you can keep the expiry time as 59m instead of 1min as it is easy to perform current user API without going back and forth at login API
Nice tutorial, keep up the good work! Really appreciate your effort.
Excellent Explanation
Great Video!
Glad you enjoyed it
Hatsoff💫 for you clean , clear and perfect work.
It's the first time that I watched a tutorial completely in RUclips .
It's truly worth it...
Thank you so much , sir.
Thanks!
Thank you dear Dipesh , I really appreciate it. that was great project to learn Node.js .
Glad you liked it
beautiful video!
at 1:19:13, when I tried to login with email and password, I did not get a webtoken, the request is just loading(processing)
Did you find a solution to the problem?
@@housamhegazy2928 I am stuck at the same proble, please instruct on any solutions. Thanks a lot
Also facing the same problem . plz help on this
@@housamhegazy2928 nope
@@bhavanatomar1714 hey,i am facing the same issue,i think it is not able to read the env file,since it says ACCESS_TOKEN_SECRET is undefined,if you hover over it,if anyone has found the solution ,plz help
Really appreciate your work thanks for being so nice.
Thanks for the video, it was very descriptive and really easy to follow.
I just started this and I already love it
Thanks!
Thank you so much for sharing the knowledge 🎉🎉🎉🎉🎉🎉
welcome.
Thank you my dear you saved my most valuable time. you do great job You give in prcies and efficent way thank you so much.
Happy to help
This is an awesome tutorial! And you are amazing. This tutorial will help me a lot to kick-start my professional nodejs project. Thanks man! Blessings for you! ❤️❤️❤️🇧🇩🇧🇩🇧🇩
You're very welcome!
you make my simple in learn and understand of expressjs !!!!!
awesome bro....
thank you
nice job bro, thx for the excellent project, clear explanation and good english
very neat and clean tutorial. thanks
thank you, this is great
You done a greate job Dipesh within a small amount of time you covered almost all important topics and that code is crystal clear and awesome explanation man
You mean Dipesh not Hitesh 😊
Excellent Tutorial!
Best Tutorial Ever!!
This is Awesome video. So much covered in just 2 hours. Really helpful and very well explained.
After many many video that i've learned.. You are the one that make me can really understand for learning javascript node express js.. Thank you very much for your video brother. You are good for teaching, please make more video..
Can you also make project with postgresql and typescript?
This tutorial is good, I am learning a lot. Thank you
Glad it was helpful!
great content, thank you
Nice for intermediate
Thanks DubeyJi
Great video and I appreciate your efforts. Thank you so much
Welcome venkat.
Thank you!