It's great to have another video uploaded on the best coding channel on UA-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!
This is truly a wonderful tutorial to understand more about CRUD API. I have built some API but not truly understand all the parts or just did blindly some parts. I think this tutorial helped me understand truly those parts, so I can go back to those projects and improve parts of them.
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.
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.
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.
I got an error message while going through 43.58. When I write the object I click send but I get a message in insomnia "message": "product.create is not a function"
It's great to have another video uploaded on the best coding channel on UA-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!
This is truly a wonderful tutorial to understand more about CRUD API. I have built some API but not truly understand all the parts or just did blindly some parts. I think this tutorial helped me understand truly those parts, so I can go back to those projects and improve parts of them.
Funny how we are currently learning this at work.
Perfect timing, thank you!
Straight forward, love your teaching style!
I don't know how to thank you, I feel like a pro in node again after 2 years of not using it, this video is a gem!!
Very well explained. As a beginner, it was kind of messy but the structured way made it look simple. Coding Cleverly done a commendable job!
I am glad my friend saw this video and referred it to me. Thank you very much .
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.
Never have I come across such an amazing tutorial
Thank You! Being only a front-end developer this was the perfect tutorial to finally get started on back-end. 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.
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.
that was a genuine Crud API tutorial, thank you so much
Best Crud-app-backend Video. Thank you for this Video.
The best tutorial for backend on youtube
Simple, effective and straight to the point. Thank you for the tutorial 💪🏽❤❤
Well structured and very well taught. Thanks for all your efforts Harris and FCC! Kudos😀
Thank you much for this Tutorial.. It was an awesome launch into my NodeJS career
Quick way to cover the basic stuff.
great work. thanks
♥
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
I am designing a database and this is so helpful 😢thanks
So quick and concise!! Man this tutor is amazing
This was an awesomw video and a great headstart in my backend journey
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.
Such an awesome course, Many thanks 👍🏼
From now on, all i am saying is: "coming from the database, this is amazing."
This is really clear and helpful! Thank you so much!!!
WOW!!! This tutorial is
awesome
Thank you so much for the knowledge that you brought to us. Thank you! Thank you! Thank you!
THANK YOU SO MUCH SIR . I FEEL VERY CONFIDENT JUST BECAUSE OF YOUR SIMPLE TUTORIAL..
This is Brad Traversy quality! ❤
thats right!! Brad is a Boss
that is amazing, which is really awesome! thank you so much for the tutorial :D
I learned so much from this course, thank you so much
No words for this awesome explanation. Thank you very much. Jazak Allah
Thanks for the excelent tutorial @CodingCleverly. God bless you, mate.
Value packed tutorial.. Straight to the point
without the RRRRR hehehe i love it! exactly what i was looking for as i prefer mithril and vue to react. thank you :)
that's what I was looking for, thank man❤❤
This is truly masterpiece.
This is a very helpful video and cleared the basics very well!
Amazing! What I most like was using a professional way to organize things
its a great tutorial and i learnt many different ways you could use the word "essentially" ..Lol
A very useful lesson. Without many words. Get well soon, author!
This is so good for a beginner. Thank you!
Great Video Haris Iftikhar!
Great beginner tutorial, thank you!
This is great! freecode camp please give us more backend dev videos!
Thank you very much brother i learn express js and mongodb just in one day .
Excellent Video !!! Much appreciated
nice tutorial third time watching end to end
He so dedicated with his work
Thank you for this useful content🤗
I got taught this exact way in my bootcamp
Great tutorial, very helpful!
thank you ..this was easy to follow along and implement
It's very nice to watch your video it's very understanding and thanks for this video
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.
best tutorial out there very simple and to the point i learned a lot thankyou so much @CodingCleverly love from Delhi
Greatest Of All Time
Top class explanation....
very helpful to understanding video for a begineer also like me .
excellent, Well Explained
Love this video. Thank You
Great tutorial Thanks a lot ❤
Very cool video, many thanks
Thanks a lot lifesaver! 🙌
Thanks for this 🙏🙏🙏
Well done! ✅
What a great video. Unbelievable.
awesome tutorial, thank you
very nicely explained. thank you
finally after 2 fuc....in weeks ....thanks macha
This guy is everywhere with his tutorial. Its hard to follow through
clear and precise. thanks
very helpful and well explained
THANK YOU SO MUCH. Currently at 45:22
My database failed why?
nice job bro, thx a lot
Great Tutorial!!
Thanks for video. Please do a comprehensive tutorial on SwiftUI
The best explaination ! tnx
Awesome tutorial
Bro looks super ambitious like he doing this for some crack or somn. 😂😂
what is the plugin name for co -pilot you mentioned at 6:55
Thank you! ❤
Thanks for this ❤
finally a worthy one
Thanks for this video tutorial.
Great tutorial
I love you, they are a blessing.
regards from Argentina
Incredible video
muchas gracias por tu enseñanza y a freecodecamp, deje mi like me gustaria que hicieran una mas avanzada.
Love this😍
I got an error message while going through 43.58. When I write the object I click send but I get a message in insomnia "message": "product.create is not a function"
Great work
This is great
Amazing Video.. Thankyou..