JavaScript Mastery PRO launching soon! Be the first one to find out about it - javascriptmastery.eo.page 🔥
@LindaLinda-ls2fd3 жыл бұрын
Please help. Why is bodyParser automatically struck out when I type it in in Line 7 and the message says "bodyparser is deprecated."?????
@bhaveshchaudhari6933 жыл бұрын
@@LindaLinda-ls2fd after version 4.16.0 bodyParser is deprecated and you can use express.json() instead of bodyParser.json() now... this is the official statement "The express.json() and express.urlencoded() middleware have been added to provide request body parsing support out-of-the-box. This uses the expressjs/body-parser module underneath, so apps that are currently requiring the module separately can switch to the built-in parsers."
@LindaLinda-ls2fd3 жыл бұрын
@@bhaveshchaudhari693 Thank you so much for replying (I really appreciate it) - I am not tech savvy so I will just use the version he is using so I don't run into any more issues.
@DmitriyMalayevProfile3 жыл бұрын
Hello Adrian, Nice to meet you. Thanks for making an amazing youtube series. I am completely stuck on something in one of your videos. router.get("/", (req, res) => { console.log(users); //In the video you get this output in the browser, I get it in the vs code. res.send("Hello"); //I get this in the browser. }); No idea why. Your input would be very much appreciated. Thanks. kzbin.info/www/bejne/omm6gYqBbtKGa68
@hexadecimalhexadecimal52412 жыл бұрын
@@DmitriyMalayevProfile i know same dude wtf...like browser just doesnt read the JSON no matter what. and in console when you type JSON is says {Symbol(Symbol.toStringtag): 'JSON', parse: f,stringify: f} someting like that, which a google search takes you nowhere....
@samnayakawadi2 жыл бұрын
I want to take a minute & appreciate the quality knowledge he has delivered to the world. I have seen many videos on Rest APIs with NodeJS, But this is just outstanding. The English pronunciation was so clear that any non-native person can understand it. The flow of the video was in such a way that, I was understanding what is happening throughout the video. And one more thing - I started this video at 12 AM & It's 1:15 AM now. I didn't know how the time went by. What a great mentor. Looking forward to seeing such great content for all my javascript needs. Subscribed.😀
@surajmallick79992 жыл бұрын
jara sun na tune users array ko console.log kiya tera array object dikhaya kya chrome bcz it needs res.send( ) to work it dosent shows on my browser
@shargeforce4 жыл бұрын
Just here to vote for the MongoDB tutorial. I hope my comment helps the algorithm. Great video.
@javascriptmastery4 жыл бұрын
Thanks, coming soon!
@alexander_stahl2 жыл бұрын
Would be really great!
@rohith27142 жыл бұрын
If thr mongo db tutorial is done , can u please share the link here ..🙏
@soichirojin71462 жыл бұрын
@@javascriptmastery Waiting for MongoDB as a continuation part of this tutorial :)
@subhadipkhawas5085 Жыл бұрын
hats-off to this man's patience level, explaining each and everything with clear English pronunciation. Thank you so much
@skyz3ra3 жыл бұрын
That's an actual tutorial. I watched like 10 others that were so abstract I felt like wasting my time. This one actually explained and show us stuff in a concrete way. Thanks a lot
@mihaelacostea5783 Жыл бұрын
You cannot imagine how happy your video made me! i've struggled so much with understanding other instructors that I almost lost hope that I could ever learn JavaScript. I even took an 8 hours freeCodeCamp course and it almost made me give up entirely on programming. Thank you so much!
@marwantraiki3499 Жыл бұрын
as a front end react dev . is this video good for a beginner in backend ?
@farrukhatabekov5954 жыл бұрын
Your content is really clear and on point without needless talk or explanations. I had learnt tons from your react project building Corona -tracker.This express API is video was also something I was looking for. I would really appreciate if you make another video on interacting with MongoDB database. Thanks.
@shujanaqvi70073 жыл бұрын
If you found it then let me know please!
@sebiporini2 жыл бұрын
Ouuuuuu i loved it. Sunday. 11AM morning. Nothing to do. I said: "Lets give a try to this video". Totally worth it. I loved every step in this tutorial and has helped me a lot about what an API is. I now its totally amateur and probably has a lot of security problems. This post-get-delete-patch back end mini-app was GREAT!! I would love to add a database and query! Right now, you have won a new subscriber and i will check your videos. Love
@javascriptmastery2 жыл бұрын
That's amazing! I'm glad you liked it! 😊
@ABLobos Жыл бұрын
Dude how is it that im understanding every single thing you are spitting. Thank for being a master instructor!
@nileshsaini092 жыл бұрын
After watching so many tutorials on building APIs, I have to say that this is the best video. Simple app, no unnecessary packages and to the point explanation of each and every line of code. Going to share this video and recommend it to my friends!!! Thank you for making this!
@Anonymous111752 жыл бұрын
I am a first-time visitor of your video. as soon I spend 10 min, I realized this could be the best source... Subscribed and liked
@wilfredj.m.kabathi16332 жыл бұрын
Man you are great. I knew Javascript but had not worked with Express and Node. You just made me add something on my CV. You are great teacher. Looking forward for your MongoDB tutorial.
@taylorbreutzmann60343 жыл бұрын
Went through about 50 vids before this perfectly explained masterpiece came along. Thank you.
@javascriptmastery3 жыл бұрын
Glad it helped!
@JaganMohanMukkala4 жыл бұрын
I guess your tutorial is the first one i'm seeing the import statements being used instead of require statements. Most up to date tutorial. Thanks 👍
@mamaafrica25122 жыл бұрын
რაო?
@Zara-pn9im3 ай бұрын
What a tutorial, even after 4 years of being published, i find it now, and only tutorial i can understand
@viktorlnt78354 жыл бұрын
Very clean, perfect for complete beginners. Thank you for the effort you put into this. Zero to hero :)
@javascriptmastery4 жыл бұрын
Glad you enjoyed it!
@hilton93043 жыл бұрын
Has been, I think, 2 or 3 weeks ago that I started to learn node.js and express and I could followed along with your tutorial. Well explained, and one thing I noticed in the beginning it's that you typed the parameter or something you would do but secs later you delete it explaining why. It's a awesome thing to do 'cause I watched and did at the same time and that really got into my thinking process. Thanks for sharing this class with all of us !! Peace !
@maskman48214 жыл бұрын
This is the best node express crud api tutorial without a doubt !!!
@javascriptmastery4 жыл бұрын
Thank you, appreciate it!
@alexIVMKD4 жыл бұрын
It would be really nice if you could extend this content with MongoDB, great stuff
@javascriptmastery4 жыл бұрын
That's the plan!
@RNMERIA4 жыл бұрын
@@javascriptmastery yes please. I know every day somebody is starting but we need some advance stuff too. Thank you
@Psychopatz3 жыл бұрын
@@javascriptmastery thanks for this awesome tutorial sir! as always
@sandeepmishra51453 жыл бұрын
@@javascriptmastery so you created with mongodb or not???
@romainmt17773 жыл бұрын
@@javascriptmastery Still the plan ? Wonderful vidéo though !
@melanieprevot49262 жыл бұрын
Just finished coding along with this video. I need say that this is fantastic. The way you explained is definitely clear, into details and easy to understand for beginners ! Thank you so much Sir !
@Thatcityboy6973 ай бұрын
This is arguably the best video of nodejs on KZbin.. Hat off to you man 🙌🙌
@lilonkendimba54562 жыл бұрын
Wow! Spent the entire day following this wonderful tutorial. Im really impressed. Thank you for this!
@franciscogilt2 жыл бұрын
The perfect introduction to REST with Node and Express.
@smarthousetech8593 Жыл бұрын
I just graduated from as a web developer and I am going to go through a lot more of your videos now that I've found you. This is Gold the way you teach, Subbed
@Redstarcrew Жыл бұрын
University?
@Harshp0624 жыл бұрын
never watched that much smooth explanations. not everyone shows practical explain like you do. thanks a lot.
@javascriptmastery4 жыл бұрын
Thanks! 😊
@shivanigaddagimath21433 жыл бұрын
Hello Harsh! Are you a 2021-passout and open to job opportunities in web development ?
@jarodday12992 жыл бұрын
By far the best tutorial I have or ever will see relating to API's. Clear, concise, to the point, not loaded with anything unnecessary, and explains everything. I understand APIs that much more because of this video. Thank you for your contribution to us learning web development my guy THIS IS THE CORRECT TUTORIAL TO WATCH
@gina78982 жыл бұрын
The most comprehensive video on nodejs API. Thank you so much for putting in the effort to see people like us groundbreaking in these spaces.
@srishtichaurasia7402 Жыл бұрын
An Absolutely No Nonsense Beginner's Guide to Getting Started with APIs. Loved coding along ❤
@surajgadage60044 жыл бұрын
This channel definitely deserve more ....
@chhaysophal4042 Жыл бұрын
I just wanted to say thank you so much for creating and sharing this video tutorial on REST API. Your video was incredibly helpful and saved me a lot of time. I really appreciated how easy it was to understand, and the quality of the video was excellent. I now feel much more confident in my ability to work with REST API. Your contribution to the community is greatly appreciated, and I'm sure many others have benefited from your expertise. Thanks again, and keep up the fantastic work!
@KilluaZolydck103 жыл бұрын
Today I discovered this channel and surprisingly I watched your 3 videos on guided projects. I learned a lot from these videos. Now I am confident with React, Node, Rest API. Thanks a lot for providing such amazing content🤘💯
@shivanigaddagimath59943 жыл бұрын
Hello Yash, have you created any projects in react and node? Are you a fresher in web dev and looking for job opportunities in the same?
@shubhamraj25 Жыл бұрын
@@shivanigaddagimath5994 I am , yes
@dhruvpurwar66423 жыл бұрын
Best stuff found about RESTAPI's ever!!! Your work is commendable!!.....
@shivanigaddagimath21433 жыл бұрын
Hello Dhruv! Are you a 2021-passout? Would you be interested in exploring job opportunities in web development?
@richcaro31323 жыл бұрын
Oh, This is best video that is well explained for the GET, POST, DELETE, PATCH in node.js with express. It was easy to code along with you successfully . Thank you for the nice video. Great appreciation for the effort.
@BrianKeeganMusic3 жыл бұрын
This was the best video I have watched that really helped me understand Express and JavaScript in general. I learned more in this tutorial than I could have ever imagined.
@Justin_Min_0014 жыл бұрын
Simple and easy to follow but powerful tutorial. I loved it. Thank you!
@shankumondal28814 жыл бұрын
After searching almost all the videos in youtube regarding API automation with Node.js. ...this is the best compact video suited for me. ❤️ Thanks 🙏👍
@javascriptmastery4 жыл бұрын
Thank you!😊
@modernity33234 жыл бұрын
Honestly speaking.. it was clearly explained. I can’t wait for the you to make a tutorial on authentication. Thanks
@jsamorozco2 жыл бұрын
amazing!!,... this is the best tutorial have ever seen, clearly to understand and to take to practice! I really appreciate it.!.. I'm beginning with node , this helps me a lot.. I'm looking forward to finding more like this one!!
@oybektoshmatov95084 жыл бұрын
I like the way you explain buddy! I learned a lot through following your tutorials such as youtube-clone, covid-tracker projects. Keep it up, looking forward to more interesting projects
@javascriptmastery4 жыл бұрын
Thank you, more coming!
@mudassir453 жыл бұрын
So professional and clean tutorial with proper folder structuring and easy to understand. Much love from Pakistan
@clydesikanwe9667Ай бұрын
I would like to take the moment of appreciating the knowledge you shared in this tutorial 🙏! What a blessing it has been for me and thank you very much!
@LordR123 Жыл бұрын
your explanation is incredible, and also your accent and pronunciation are on point! thank you so much
@itsnobledean9450 Жыл бұрын
I've done many of these tutorials, and I have to say, this is by far the best one I've taken.
@RaymondGuo0023 ай бұрын
Amazing tutorial, I followed this video from scratch to end, and I've understood what the api is clearly with your helo, thanks so much
@Radiosabines3 жыл бұрын
Master yours explanations and sense of teaching is like drink water.... thank you
@ericamiranda34102 жыл бұрын
Man.this all I need to know to working on.my assessment Full stack Web app... in 12 weeks course never seen this way to building up CRUD app ..Thanks for your video
@cengizc.matarac2602 жыл бұрын
Thank you for this delightful tutorial, rock on!
@endrifucia69752 жыл бұрын
The best tutorial by far on REST API. Keep it up!
@deeh29453 жыл бұрын
This is so far the best Web dev channel I've found. Great stuff, and you're really good at explaining things.
@LongBoy.04 жыл бұрын
Another week, another JS Mastery tutorial. Love the content, keep it coming.
@javascriptmastery4 жыл бұрын
Thank you Corey, I appreciate it!
@benjaminpring3 жыл бұрын
Your teaching style is awesome!!! I really enjoyed this video. Thanks so much!
@javascriptmastery3 жыл бұрын
Thank you! 🙌
@emanuelbernardini70174 жыл бұрын
The Best tutorial that i found on the Internet!
@PranavMishra-u8l Жыл бұрын
Mate ........you are a legend.Keep sharing your experience and knowledge
@firesnake63113 жыл бұрын
Thanks man I've been searching for sth that I can understand rest api U changed my life
@jackendycherenfant39294 жыл бұрын
Honestly I have to say this sad story, I have been watching tutorial for many years and this is the first time I understand this topic well specially Controllers. I have been trapped in the tutorial hells for years but now I am taking it very serious and this video helped a lot... Thank you!
@javascriptmastery4 жыл бұрын
I'm glad you finally understand it :)
@rawandaali84232 жыл бұрын
I've just watched this tutorial, I fully understand the concepts and how to build a rest API thanks a lot
@TechnoDB4 жыл бұрын
I love the way you put out the best practices.
@SamuelEffahOfosu Жыл бұрын
You just earned an extra subscriber with this video
@ladydidi87254 жыл бұрын
Sir, whoever clicked unlike button under your video, it is jealous of your talent. Excellent tutorial!
@designsavedme9 ай бұрын
It all finally makes sense. Thanks for this sir. And surely, I'd love to watch a full mearn stack tutorial
@byronk53 жыл бұрын
Best Express tutorial I have watched, many thanks!
@kavita24912 жыл бұрын
Hello @Javascript Mastery...I was looking for REST API and I found your channel. The way you have explained the content kept me going on. I completed the entire video with enough understanding and it made my day giving me the required momentum to complete the assignments. Thank you for your time and efforts of putting forth the content in simple and concise manner. Looking forward for more videos including MongoDB.You rock 👍
@2difficult2do Жыл бұрын
Thank you very much for such detailed epxlanation! The best REST API tutorial for beginners. 👍
@zekariyasmulugetaaltaye10652 жыл бұрын
Just like you promised in the beginning of the video so practical. Great video
@ADPatil-rh2qf Жыл бұрын
really amazing video I have ever seen on KZbin.... appreciated🙌❤
@selamantech20032 жыл бұрын
Ohhhh guys it's so amazing tutorial. The way he explain things are so amazing. Thanks
@nadeemabbasi1023 жыл бұрын
Yes, Yes. Node.js Express with Mongo db as Database. Please------By the Way You are the Best So far I have seen. Like If you are pro, then it is very difficult to come down to beginner level and explain. But you nailed it Bro. Superb 👌👌
@cendolbang992 жыл бұрын
been long time not doing this, such a good refresh!
@victormanuelsandonpoma98353 жыл бұрын
El mejor curso de la vida para aprender Express
@mohd.maasir8198 Жыл бұрын
20:29 small correction: it should be res.send(users)
@KeshavKumar-re1ls4 жыл бұрын
You are just the best instructor out there.
@javascriptmastery4 жыл бұрын
Thank you!
@mayurshankar31814 жыл бұрын
Finallyyyt, brother waited a lot for your NEXT video!!
@javascriptmastery4 жыл бұрын
Hope you like it!
@skyz3ra3 жыл бұрын
Super clean didn't even see the hour go
@beenmicrophone58174 жыл бұрын
Awesome vid my guy. Thank u so much, the way u are able to explain all the little things along with the big things is really helpful, I always get stopped in my tracks when someone does something that i dont understand, u seem to cover that thought process every time!! 👍👍❤
@javascriptmastery4 жыл бұрын
I appreciate that!
@Lohitpant3 жыл бұрын
cleared my API basics like req, res, body, params and different types of requests. Thanks!
@shivanigaddagimath21433 жыл бұрын
Hey Lohit, have you completed any projects using node? Are you a fresher and open to full-time roles in web development?
@premKumar-il1qy4 жыл бұрын
at 20:31 "res.send(users);" gave me the objects in the browser, BTW great tutorial man keep going, thank you!❤️🔥
@javascriptmastery4 жыл бұрын
Thanks!😊
@GabrielRodriguez-cr3vg4 жыл бұрын
I only got the "Hello" response, but not the objects and I don't know why
@timw.4 жыл бұрын
@@GabrielRodriguez-cr3vg because in the tutorial he only adds console.log(users);, but you need to change "res.send('Hello');" to "res.send(users);".
@GabrielRodriguez-cr3vg4 жыл бұрын
@@timw. Thank you very much dude! :)
@timw.4 жыл бұрын
@@GabrielRodriguez-cr3vg No probs dude :D
@qatester6425 Жыл бұрын
Excellent, I learn an easy way with clear explanation. Thanks a much, really appreciate your effort.
@satishtiwari0012 жыл бұрын
This tutorial is actual teach new thing as well as save our time .
@subhashgn17753 жыл бұрын
Thank you and very greatful to you man. Very well explained. Just loved it.👌♥️
@javascriptmastery3 жыл бұрын
Thank you! 🙌
@shivanigaddagimath21433 жыл бұрын
Hello Subhash! How many projects have you created in web development? Are you a 2021-passout and open to job opportunities at the moment?
@BlingH4 жыл бұрын
Beautifully explained.🔥
@javascriptmastery4 жыл бұрын
Thank you, I appreciate it! 😊
@adante4074 жыл бұрын
A React node project would be great.
@javascriptmastery4 жыл бұрын
MERN Stack coming soon! :)
@adante4074 жыл бұрын
@@javascriptmastery Great! Your videos are excellent by the way! I have learned a lot from you. 👍
@sahbibarkallah32524 жыл бұрын
@@javascriptmastery I'm waiting for it :D
@shashankkurakula4 жыл бұрын
@@javascriptmastery wow really waiting for something like this from you. :)
@wenenc4 жыл бұрын
@@javascriptmasteryGraphQL too, that would be great! Thanks!
@sylol31933 жыл бұрын
This is a great course. all the basic is covered in 1h tutorial. awesome work.
@_abhinavrajesh_4 жыл бұрын
Next Video on MERN Stack with Authentication would be really helpful. Loved the video though ❤️Keep up the good work🙌
@javascriptmastery4 жыл бұрын
Thanks! Coming soon. 😊
@codewithshedrack3 жыл бұрын
Will be really helpful
@CrookzArtwork3 жыл бұрын
nice and clean Well explained man u deserve more subs for real
@javascriptmastery3 жыл бұрын
Glad you think so!
@vitus66444 жыл бұрын
Great tutorial! Thank you! Yes please, extend this this tutorial with full stack!
@javascriptmastery4 жыл бұрын
Will do!
@NalinJ3 жыл бұрын
Finally found the best video for NodeJs. waiting for MongoDB one :)
@grequchannel3 жыл бұрын
Thanks a lot, I love your way of explaining stuff
@javascriptmastery3 жыл бұрын
Thank you!
@matanamswapna4282 жыл бұрын
Amazing video. Got to understand the basics! Thank you very much !
@mikealejandro39383 жыл бұрын
Bro, you're insane, i'm learning backend, i love the MERN stack, but it's kinda hard to learn it, but it worth the fucking pain ! You're videos have made me improve my skills to 120% level, love to you my man !
@spaceenthusiast56964 жыл бұрын
Great Documentation and Explanation my dear friend!
@javascriptmastery4 жыл бұрын
Thanks!
@amaldravid49792 жыл бұрын
Thanks for this wonderful video !!! I seen many videos but yours is east to understand, kindly continue the same !!!
@bladetv73706 ай бұрын
Best tutorial ever . kindly continue a second part where you teach how to connect this to the mongoDb database
@kelolettek39273 жыл бұрын
the best teacher !!! very good explanation !!! thanks alot!
@wahhaab7 Жыл бұрын
You improved so much
@juliocesarnovelli85513 жыл бұрын
Wow! It's a really good video! Thanks a lot for your job mate!!! It was clearly explained and it helped me to understand how really work an API. Again, thanks a lot. You have a new subs!
@adududuke39954 жыл бұрын
Awesome video ! Watched it without blinking
@annangan427 Жыл бұрын
super useful tutorial! straight to the point!
@raqamione2565 ай бұрын
Это отличное видео, спасибо вам за это. Продолжай, друг, мы тебя поддержим ❤
@accessarham2 жыл бұрын
JavaScript Mastery, You're doing a great job for new developers. Please make a video for API and MongoDB.
@zayeedbs3 жыл бұрын
This is a very GOOD video, you should make another part to connect with MongoDB!