It's great to have another video uploaded on the best coding channel on TH-cam. Make sure to check out more MERN/NextJS project-based videos from my channel as well! Link: www.youtube.com/@CodingCleverly/
Hi. When creating post to save product in MongoDB I get this response in API client. I review a few times code and dont found problem : 500 Internal Server Error...{"message" : "Product.create is not a function" !!!! Previously I send any JSON content for testing and I get same response..Any idea?
Thank you!! Thank you!! Finally someone who make complete sense of it all. The frustrating thing as that a lot of these paid courses tend to outdated so much that it trips me up when something changes in the node modules. I came across video after getting complete stopped in a NodeJS course on Code with Mosh course. But now, I think I have enough ammunition to go back to the places where I got stump. As for the MongoDB, I launched a MongoDB Docker container on a couple of boxes to help keep costs down and seemed to work perfectly. Thanks for showing me some cool Rest API tools, Postman, Insomnia and the JSON Viewer extension. Those came in very handy. I pulled down the "Rest API Client" by Huachao Mao into Visual Code and found that just making a simple text document with all the Rest API calls worked pretty well too. Keep up the fantastic teachings.
This video was fantastic to begin learning backend development! I've been stuck for a long time not knowing how to begin creating full stack applications (after spending a long time going round and round on frontend using local storage) but this has given me a strong first step! thank you so much!
forced to appreciate after seeing your lecture. Simply Awesome. You made me learn crud operations . i was wandering here and there but was not getting the right material.Thanks once again.
Nice tutorial! I was like this dude is working hard to make a tutorial while having cold or something, least I can do it finish it in one day. Earned a subscriber @CodingCleverly
Great tutorial, the best one on this subject that i've come across, really helps that you're using vscode and teaching how to configure it rather than relying on some online pre-configured product as a lot of other FCC courses do.. One bit of constructive feedback I would like to give though, just slow down a bit. As you have co-pilot on, you are often typing and completing code then switching tabs or programs before people can really get a look at the full lines of code you have written. Sometimes you move so fast you even seem to lose where you are. Taking pauses to allow people to see the code will help the people watching and probably also help you to gather your thoughts.
Thank you, bro! It was really interesting. It taught me about API functions and CRUD operations. Watching this and coding is a valuable use of time. It is very understandable and explained in simple language.
Hello people. Use type module on package json for imports, require is mostly legacy. I don't think he mentions nodemon at the beginning, just install it for the love of God, otherwise it's pretty annoying to restart the server everytime you make a change. Also, on another note, for quick local tests you can just use boomerang or yarc extensions on your browser. Using curl doesn't work perfectly on macOS and vs at least
Your explanation is great brother. I understand every efforts. Finally I learned Mongo db. Thanks a lot. This is I first time write a comment on youtube.
It's great to have another video uploaded on the best coding channel on TH-cam. Make sure to check out more MERN/NextJS project-based videos from my channel as well!
Link: www.youtube.com/@CodingCleverly/
Is this the same tutor?
Yeah this is the same instructor
Hi. When creating post to save product in MongoDB I get this response in API client. I review a few times code and dont found problem : 500 Internal Server Error...{"message" : "Product.create is not a function" !!!! Previously I send any JSON content for testing and I get same response..Any idea?
I mean, testing works but when trying to create through your code...fails with that message!!!
@@oscargonzalez5838 Your API route isn't created properly. Double check your code to see if it perfectly matches mine.
Free code camp is a gift to humanity
If i ever land a job, it'll be mostly cause of that channel, i'll definitely support !
Honestly....
True
I'm from MARS, it's helpful for all planetary species.
Finished a 2 year full stack cruse and this is always a wonderful addition to relook at❤
Thank you!! Thank you!! Finally someone who make complete sense of it all. The frustrating thing as that a lot of these paid courses tend to outdated so much that it trips me up when something changes in the node modules. I came across video after getting complete stopped in a NodeJS course on Code with Mosh course. But now, I think I have enough ammunition to go back to the places where I got stump. As for the MongoDB, I launched a MongoDB Docker container on a couple of boxes to help keep costs down and seemed to work perfectly.
Thanks for showing me some cool Rest API tools, Postman, Insomnia and the JSON Viewer extension. Those came in very handy. I pulled down the "Rest API Client" by Huachao Mao into Visual Code and found that just making a simple text document with all the Rest API calls worked pretty well too.
Keep up the fantastic teachings.
This video was fantastic to begin learning backend development! I've been stuck for a long time not knowing how to begin creating full stack applications (after spending a long time going round and round on frontend using local storage) but this has given me a strong first step! thank you so much!
Funny how we are currently learning this at work.
Perfect timing, thank you!
forced to appreciate after seeing your lecture. Simply Awesome. You made me learn crud operations . i was wandering here and there but was not getting the right material.Thanks once again.
From now on, all i am saying is: "coming from the database, this is amazing."
Finally a video I can watch without 2x speed
I still 2x speeded it
@@k-c legend
@@k-c Me too! I've a bad habit, I cannot watch educational videos other than 2x speed.
I am glad my friend saw this video and referred it to me. Thank you very much .
Straight forward, love your teaching style!
Simple, effective and straight to the point. Thank you for the tutorial 💪🏽❤❤
I am designing a database and this is so helpful 😢thanks
Well structured and very well taught. Thanks for all your efforts Harris and FCC! Kudos😀
Nice tutorial! I was like this dude is working hard to make a tutorial while having cold or something, least I can do it finish it in one day. Earned a subscriber @CodingCleverly
Great tutorial, the best one on this subject that i've come across, really helps that you're using vscode and teaching how to configure it rather than relying on some online pre-configured product as a lot of other FCC courses do.. One bit of constructive feedback I would like to give though, just slow down a bit. As you have co-pilot on, you are often typing and completing code then switching tabs or programs before people can really get a look at the full lines of code you have written. Sometimes you move so fast you even seem to lose where you are. Taking pauses to allow people to see the code will help the people watching and probably also help you to gather your thoughts.
Thank you, bro! It was really interesting. It taught me about API functions and CRUD operations. Watching this and coding is a valuable use of time. It is very understandable and explained in simple language.
Best Crud-app-backend Video. Thank you for this Video.
The best tutorial for backend on youtube
So quick and concise!! Man this tutor is amazing
Amazing! What I most like was using a professional way to organize things
This is Brad Traversy quality! ❤
thats right!! Brad is a Boss
This was an awesomw video and a great headstart in my backend journey
This is really clear and helpful! Thank you so much!!!
THANK YOU SO MUCH SIR . I FEEL VERY CONFIDENT JUST BECAUSE OF YOUR SIMPLE TUTORIAL..
Quick way to cover the basic stuff.
great work. thanks
♥
that was a genuine Crud API tutorial, thank you so much
This guy is everywhere with his tutorial. Its hard to follow through
No words for this awesome explanation. Thank you very much. Jazak Allah
He so dedicated with his work
Such an awesome course, Many thanks 👍🏼
Thank you much for this Tutorial.. It was an awesome launch into my NodeJS career
Hello people. Use type module on package json for imports, require is mostly legacy. I don't think he mentions nodemon at the beginning, just install it for the love of God, otherwise it's pretty annoying to restart the server everytime you make a change. Also, on another note, for quick local tests you can just use boomerang or yarc extensions on your browser. Using curl doesn't work perfectly on macOS and vs at least
Thank you so much for the knowledge that you brought to us. Thank you! Thank you! Thank you!
A very useful lesson. Without many words. Get well soon, author!
its a great tutorial and i learnt many different ways you could use the word "essentially" ..Lol
I learned so much from this course, thank you so much
This is great! freecode camp please give us more backend dev videos!
Thanks for video. Please do a comprehensive tutorial on SwiftUI
Thanks for the excelent tutorial @CodingCleverly. God bless you, mate.
without the RRRRR hehehe i love it! exactly what i was looking for as i prefer mithril and vue to react. thank you :)
I got taught this exact way in my bootcamp
WOW!!! This tutorial is
awesome
Great Video Haris Iftikhar!
This is a very helpful video and cleared the basics very well!
Value packed tutorial.. Straight to the point
This is so good for a beginner. Thank you!
best tutorial out there very simple and to the point i learned a lot thankyou so much @CodingCleverly love from Delhi
Thanks I loved watching this video to revise what I learned. Is this considered front or back end?
backend and db
frontend is the UI, the view layer where the user interacts with the data
Thank you very much brother i learn express js and mongodb just in one day .
excellent, Well Explained
Great beginner tutorial, thank you!
thank you ..this was easy to follow along and implement
that is amazing, which is really awesome! thank you so much for the tutorial :D
Top class explanation....
Seriously are u a Senior Developer??? I can't believe 😄
Why is that question?
Please upload detailed course for Ruby on rails and RSpec also.
THANK YOU SO MUCH. Currently at 45:22
My database failed why?
Thank you for this useful content🤗
Bro, breathe
that's what I was looking for, thank man❤❤
It's very nice to watch your video it's very understanding and thanks for this video
nice tutorial third time watching end to end
very helpful to understanding video for a begineer also like me .
Thanks buddies
Thank you!!, this tutorial is good!!!
i want to know which extension you used in vs code ?
awesome tutorial, thank you
Your explanation is great brother. I understand every efforts. Finally I learned Mongo db. Thanks a lot.
This is I first time write a comment on youtube.
Great tutorial, very helpful!
finally after 2 fuc....in weeks ....thanks macha
Make a Datastructure and algorithms with C programming course
very helpful and well explained
very nicely explained. thank you
no one literally made this type of detailed video
Very cool video, many thanks
Great tutorial Thanks a lot ❤
Nice video to start!
Q: Which vscode extension are you using for suggestions of code?
it's github copilot
@theanonymous5268 hey my connection failed at 28 min can i know why
Excellent Video !!! Much appreciated
I find it really weird when he started typing "print("hello there")" because I usually do "hello, world"
Thanks for good tutorial!
This channel and Programming with Mosh (the 1 hour long course) are incredibly helpful for Node REST API learning
clear and precise. thanks
nice job bro, thx a lot
Guys, if someone of you get stucks with 404 error when you add new routes from Id, just restart your node server.
Amazing Video.. Thankyou..
Great tutorial
Can we interact with this API through html form?
Make a video please
Already have one for that in my channel
First time ever I actually watched a YT Video on 0.75x speed
Well done! ✅
Awesome tutorial
What a great video. Unbelievable.
Great tutorial
The best explaination ! tnx
Osm vedio just love it
short and precise
love from india
Bro looks super ambitious like he doing this for some crack or somn. 😂😂
I am 10 year old and i learn how to make a crud API
Thanks for this 🙏🙏🙏
muchas gracias por tu enseñanza y a freecodecamp, deje mi like me gustaria que hicieran una mas avanzada.
Love this video. Thank You
Great Tutorial!!