hey I am trying to clone it but whenever I run npm start, it gives error. I just installed mongodb. But I don't know if the error is related to it or not. Can you please tell me the steps to run this. I am new to backend. And I have started with this video only so pls tell me if I need to install anything to run it. Thank you!
@@r65400 Hey, friend! It's been a long time since I did this, but I remember I had some bugs too. Sorry, but I don't remember exactly how I solved this. But I'm sure: I read the error and used github, documentation and Gemini to resolve it.
This was a great tutorial, helped me solidify my webdev knowledge, and the fact it was done purely from scratch without providing any starter code was a huge plus. Thank You!
i am facing this issue JsonWebTokenError: jwt must be provided and in the ReactQuill its give me tage only show css styling html how can i fix it please help
@@madhurchaturvedi5551 for the jwt error you must configure ur cookie to have httponly false, secure true, and samesite none. I think, I'm a novice still
hey I am trying to clone it but whenever I run npm start, it gives error. I just installed mongodb. But I don't know if the error is related to it or not. Can you please tell me the steps to run this. I am new to backend. And I have started with this video only so pls tell me if I need to install anything to run it. Thank you!
Finally completed it !! an amazing project indeed got to learn soo much from , user contexts , jwt , image uploading , react quill, i went ahead added 3 new features to it including comments , individual author pages , containing all their posts and also to change the post date when they are updated so that they appear on top. Gonna deploy it soon , thanks a ton dawid!!
@@mohdabdulrahman6611 Finally deployed it , had to use cloudinary to upload images instead of storing on server , also resolved CORS error i was getting while deployment becuse i was using token with cookies so had to use localstorage to store cookies , make sure to have [ app.use(cors()) ] without any further parameters . The live link of deployed website along with code and instructions to fork and run the repo are on my account channel since youtube dosent allow links in comments .
Thank you boss. For the first time I can say that I truly understood how request and response and jwt etc work in web development. Please keep this up, god bless you. You teach very calmly and explain the nuances properly. Great content!
This is a great tutorial,.. for anyone who wants to get started into node, mern stack,.. he explained every bit of code.,.. for what it does,... ive completely watched it and loved it.
min 17 so far.. the guy is so amazing.. despite the video being edited, the makes mistakes and go back to correct his mistakes... this helps beginners a lot in learning how to style and make these cool stuff.💯
hey I am trying to clone it but whenever I run npm start, it gives error. I just installed mongodb. But I don't know if the error is related to it or not. Can you please tell me the steps to run this. I am new to backend. And I have started with this video only so pls tell me if I need to install anything to run it. Thank you!
@@sidan0n Hello bro, have you finished the project? I'm having trouble on displaying the author. I also found a comment that corrected the method of displaying the author in the video but still it didn't work. I'm hoping if you could help me. Thanks
hey I am trying to clone it but whenever I run npm start, it gives error. I just installed mongodb. But I don't know if the error is related to it or not. Can you please tell me the steps to run this. I am new to backend. And I have started with this video only so pls tell me if I need to install anything to run it. Thank you!
hey I am trying to clone it but whenever I run npm start, it gives error. I just installed mongodb. But I don't know if the error is related to it or not. Can you please tell me the steps to run this. I am new to backend. And I have started with this video only so pls tell me if I need to install anything to run it. Thank you!
1:03:27 I really loved the fact that you tried an alternative for error handling, didn't work well and opted for something else. That really depicts what a software developer ever does :)
hey I am trying to clone it but whenever I run npm start, it gives error. I just installed mongodb. But I don't know if the error is related to it or not. Can you please tell me the steps to run this. I am new to backend. And I have started with this video only so pls tell me if I need to install anything to run it. Thank you!
hey I am trying to clone it but whenever I run npm start, it gives error. I just installed mongodb. But I don't know if the error is related to it or not. Can you please tell me the steps to run this. I am new to backend. And I have started with this video only so pls tell me if I need to install anything to run it. Thank you!
This was one of the best web development tutorials I have done. I am going to go through the code and take notes on all the concepts, because it was very fast paced and a little bit above my skill level :) However, brilliant instruction by Dawid. Thank you! Now, I can work on my personal website!
Thank you so much. This was a really helpful one. I feel so good, I could complete this. Over the journey, I used ES6 import statements rather than require. Due to this I face so many errors which I solved with chatGPT and stackoverflow. This was just a great learning experience, I learned to not give up, which was one of my weaknesses. I hope to see you soon in a new tutorial.
Hello guys,please take note of the chapter, that talks about "Displaying posts from the database" at exactly 2:31:34.This method " res.json(await postModel.find().populate("author", ["username"])); " is no more working again.After i consort the documentation,You can only get the username by this res.json(await postModel.find().populate("author", "username"));. I hope it will be helpful. Thanks
Hey man, I was almost finishing the project im in the EditPost part, and when I update my post i get the 200(ok) payload but i get the error "EditPost.js:35 PUT localhost:4000/post net::ERR_CONNECTION_RESET" and my node .\index.js stops running, do you know why?
Finally finished this great tutorial. In my opinion, there were a lot of code repetition in the project but that can be refactored by us so it's not a big deal. Also, I got to learn a lot of new and interesting stuffs like react quill, how to use cookies, multer, etc. Overall, it's a great tutorial and worth the time and effort. Lastly, I want to say that I think it's not a good practise to write everything in our index.js backend. It would have been better if we had used express router and created a seperate file for the different routes.
hey I am trying to clone it but whenever I run npm start, it gives error. I just installed mongodb. But I don't know if the error is related to it or not. Can you please tell me the steps to run this. I am new to backend. And I have started with this video only so pls tell me if I need to install anything to run it. Thank you!
Thank you for sharing this insightful glimpse into your life as an aerospace engineer in Seattle! Your reflections on career growth and embracing your 30s really resonated with me. I'm also in the aerospace field and would love to hear any additional career advice you might have, especially for someone in the earlier stages. If you're open to it, I'd be grateful for the opportunity to connect privately to ask a few specific questions. No pressure at all if that's not possible - I really appreciate the guidance you've already shared in this video. Keep up the fantastic content!
Hello bro, have you finished the project? I'm having trouble on displaying the author. I also found a comment that corrected the method of displaying the author in the video but still it didn't work. I'm hoping if you could help me. Thanks
hey I am trying to clone it but whenever I run npm start, it gives error. I just installed mongodb. But I don't know if the error is related to it or not. Can you please tell me the steps to run this. I am new to backend. And I have started with this video only so pls tell me if I need to install anything to run it. Thank you!
hey I am trying to clone it but whenever I run npm start, it gives error. I just installed mongodb. But I don't know if the error is related to it or not. Can you please tell me the steps to run this. I am new to backend. And I have started with this video only so pls tell me if I need to install anything to run it. Thank you!
It would be nice if u showed the folder explorer like in vs code on left side make easier to understand when u navigate from one file to another. still a good tutorial and iam in the process of completing.
hey I am trying to clone it but whenever I run npm start, it gives error. I just installed mongodb. But I don't know if the error is related to it or not. Can you please tell me the steps to run this. I am new to backend. And I have started with this video only so pls tell me if I need to install anything to run it. Thank you!
@@r65400 so the classic install when its comes to clone a new projectsis to use npm install , but in you case you can try to use "npm i --legacy-peer-deps" as the install command (without quotation marks)
massive thank you for the awesome video! Seriously,this was fantastic .Absolutely! I will definitely suggest your channel to all my friends. Keep up the fantastic work bro
hey I am trying to clone it but whenever I run npm start, it gives error. I just installed mongodb. But I don't know if the error is related to it or not. Can you please tell me the steps to run this. I am new to backend. And I have started with this video only so pls tell me if I need to install anything to run it. Thank you!
hey I am trying to clone it but whenever I run npm start, it gives error. I just installed mongodb. But I don't know if the error is related to it or not. Can you please tell me the steps to run this. I am new to backend. And I have started with this video only so pls tell me if I need to install anything to run it. Thank you!
hey I am trying to clone it but whenever I run npm start, it gives error. I just installed mongodb. But I don't know if the error is related to it or not. Can you please tell me the steps to run this. I am new to backend. And I have started with this video only so pls tell me if I need to install anything to run it. Thank you!
Great tuto Dawid! Just some few suggestions: I think It's better if we use here axios instead of the fetch api, also, if we choose to use async...await, it's better to use it till the end to get an uniformed code instead of then... Wish you the best ;)
Great great content! Thank you so much for the tutorial. 🤗 Only in the end, it took me a bit to realise what was the problem, the .update() method of the mongoose model changed to .updateOne()
Can you help me woth logout functionality when I logout the logout is successful happens but when i click to posts without login it gives me error for reading undefined property
Whoever is reading this, I have a request. When you are watching the video or any video tutorial and have completed a few parts then share your experience/review. If you complete it then share overall review and the challenges you faced. It just makes it easier for newcomers.
hey I am trying to clone it but whenever I run npm start, it gives error. I just installed mongodb. But I don't know if the error is related to it or not. Can you please tell me the steps to run this. I am new to backend. And I have started with this video only so pls tell me if I need to install anything to run it. Thank you!
hey I am trying to clone it but whenever I run npm start, it gives error. I just installed mongodb. But I don't know if the error is related to it or not. Can you please tell me the steps to run this. I am new to backend. And I have started with this video only so pls tell me if I need to install anything to run it. Thank you!
Hey bro can you build an employee management system that keeps records of the employees along with their attendance to work in next js using tailwind css for design and mongoDB as a database.... Need more next JS content great video
Hello bro, have you finished the project? I'm having trouble on displaying the author. I also found a comment that corrected the method of displaying the author in the video but still it didn't work. I'm hoping if you could help me. Thanks
29:10 -> repeating code problem ; solved by creating a Layout.js file and importing Outlet from react-router-dom {NEW THING} !important (nested Route) 39:48 -> CSS solve width = 100% problem when padding is present and width 100% seems smaller (use border-box) {NEW THING} (NICE)
Just be aware that this kind of authentication with JWTs doesn't allow you to invalidate existing session (for example after a password reset). If a hacker gets into an account, they can just stay logged in.
This could easily be fixed right? If when password is reset we change a variable from db then we fetch and test that value everytime you're refreshing a page? If value is false we log out
@@appsenence9244 But then you're destroying the sole benefit of JWTs over sessions, which is that they are self-contained (if I understand your approach correctly)
hey I am trying to clone it but whenever I run npm start, it gives error. I just installed mongodb. But I don't know if the error is related to it or not. Can you please tell me the steps to run this. I am new to backend. And I have started with this video only so pls tell me if I need to install anything to run it. Thank you!
Thanks for your lesson! why Chrome's code inspector doesn't show a response? In the network tab -> preview , it says "failed to load response data no content available for preflight request", but I can .log it in the server's console! Has anyone faced such a problem?
Hi! I have this error: JsonWebTokenError: jwt must be provided. What does it means? What must I do? I downloaded your code from Github and I changed the MongoDB database (I work on the db locally). Thanks.
@CodingWithDawid sir i am facing this issue JsonWebTokenError: jwt must be provided and in the ReactQuill its give me tage only show css styling html how can i fix it please help
hey I am trying to clone it but whenever I run npm start, it gives error. I just installed mongodb. But I don't know if the error is related to it or not. Can you please tell me the steps to run this. I am new to backend. And I have started with this video only so pls tell me if I need to install anything to run it. Thank you!
3:30:00 I am getting an error, that is: "await postDoc.update({ ^ TypeError: postDoc.update is not a function" and this is coming whenever i am clicking on the update post button. Can someone please tell me what to do?
hey I am trying to clone it but whenever I run npm start, it gives error. I just installed mongodb. But I don't know if the error is related to it or not. Can you please tell me the steps to run this. I am new to backend. And I have started with this video only so pls tell me if I need to install anything to run it. Thank you!
hey I am trying to clone it but whenever I run npm start, it gives error. I just installed mongodb. But I don't know if the error is related to it or not. Can you please tell me the steps to run this. I am new to backend. And I have started with this video only so pls tell me if I need to install anything to run it. Thank you!
greate lesson, I completed and learnt alot from it. Everything works just fine on development but I have beeen trying to host it on render with much frustrations, finaly, On render other parts of the app are working except the create and update pages
hey I am trying to clone it but whenever I run npm start, it gives error. I just installed mongodb. But I don't know if the error is related to it or not. Can you please tell me the steps to run this. I am new to backend. And I have started with this video only so pls tell me if I need to install anything to run it. Thank you!
hey I am trying to clone it but whenever I run npm start, it gives error. I just installed mongodb. But I don't know if the error is related to it or not. Can you please tell me the steps to run this. I am new to backend. And I have started with this video only so pls tell me if I need to install anything to run it. Thank you!
Hey guys. You might encounter one 'problem', double render for no specific reason. I've spent last hour trying to find anything that could cause it and it was React.StrictMode wrapper in index.js file, so there are no issues with the code. Now i'll finish the video. Cheers.
Exactly what i was looking for, thanks for this amazing tutorial, youtube is full of react js tutorials, but they are using tailwind or bootstrap, or even worse they are promoting some bad library
Hey Dawid, @53:07 when I do this on my system, it is giving me an error namely, cannot post /register though i have used app.post() in the express app, please help
It's working! Thanks from Brazil, my friend!
Thank you so much for your kind words and support! I am glad to hear it works!
hey I am trying to clone it but whenever I run npm start, it gives error. I just installed mongodb. But I don't know if the error is related to it or not. Can you please tell me the steps to run this. I am new to backend. And I have started with this video only so pls tell me if I need to install anything to run it. Thank you!
@@r65400 Hey, friend! It's been a long time since I did this, but I remember I had some bugs too. Sorry, but I don't remember exactly how I solved this. But I'm sure: I read the error and used github, documentation and Gemini to resolve it.
This was a great tutorial, helped me solidify my webdev knowledge, and the fact it was done purely from scratch without providing any starter code was a huge plus. Thank You!
did you deploy this project anywhere? i need some help
i am facing this issue JsonWebTokenError: jwt must be provided and in the ReactQuill its give me tage only show css styling html how can i fix it please help
@@madhurchaturvedi5551 for the jwt error you must configure ur cookie to have httponly false, secure true, and samesite none. I think, I'm a novice still
hey I am trying to clone it but whenever I run npm start, it gives error. I just installed mongodb. But I don't know if the error is related to it or not. Can you please tell me the steps to run this. I am new to backend. And I have started with this video only so pls tell me if I need to install anything to run it. Thank you!
@@r65400did you get the answer?
Finally completed it !! an amazing project indeed got to learn soo much from , user contexts , jwt , image uploading , react quill, i went ahead added 3 new features to it including comments , individual author pages , containing all their posts and also to change the post date when they are updated so that they appear on top. Gonna deploy it soon , thanks a ton dawid!!
Sounds amazing! Congrats! 🎉
@@CodingWithDawid All thanks to you 🙌💯
Did you deploy it ?
@@mohdabdulrahman6611 Finally deployed it , had to use cloudinary to upload images instead of storing on server , also resolved CORS error i was getting while deployment becuse i was using token with cookies so had to use localstorage to store cookies , make sure to have [ app.use(cors()) ] without any further parameters .
The live link of deployed website along with code and instructions to fork and run the repo are on my account channel since youtube dosent allow links in comments .
@@mohdabdulrahman6611 Deployed it , the link of repo is on my channel's video
Thank you boss. For the first time I can say that I truly understood how request and response and jwt etc work in web development. Please keep this up, god bless you. You teach very calmly and explain the nuances properly. Great content!
did you deploy this project anywhere? i need some help
@@sidan0n what help you need?
This is a great tutorial,.. for anyone who wants to get started into node, mern stack,.. he explained every bit of code.,.. for what it does,... ive completely watched it and loved it.
hi
hello
hi
min 17 so far.. the guy is so amazing.. despite the video being edited, the makes mistakes and go back to correct his mistakes... this helps beginners a lot in learning how to style and make these cool stuff.💯
hey I am trying to clone it but whenever I run npm start, it gives error. I just installed mongodb. But I don't know if the error is related to it or not. Can you please tell me the steps to run this. I am new to backend. And I have started with this video only so pls tell me if I need to install anything to run it. Thank you!
amazing content brother, HATS OFF
came here after learning from hitesh chaudhary and your content is easy to grasp
Thanks, man, I followed the tutorial from start to end, and really understood mongoose and endpoints!
did you deploy this project anywhere? i need some help
@@sidan0n Hello bro, have you finished the project? I'm having trouble on displaying the author. I also found a comment that corrected the method of displaying the author in the video but still it didn't work. I'm hoping if you could help me. Thanks
hey I am trying to clone it but whenever I run npm start, it gives error. I just installed mongodb. But I don't know if the error is related to it or not. Can you please tell me the steps to run this. I am new to backend. And I have started with this video only so pls tell me if I need to install anything to run it. Thank you!
Sir, this is the best react video ive ever watched. No bs starter code. The entire tutorial was so intuitive.
Glad to hear that!
that react-quill thing is so awesome
hey I am trying to clone it but whenever I run npm start, it gives error. I just installed mongodb. But I don't know if the error is related to it or not. Can you please tell me the steps to run this. I am new to backend. And I have started with this video only so pls tell me if I need to install anything to run it. Thank you!
@@r65400 Problem solved?
1:03:27 I really loved the fact that you tried an alternative for error handling, didn't work well and opted for something else. That really depicts what a software developer ever does :)
I love watching you troubleshoot, its amazing!
hey I am trying to clone it but whenever I run npm start, it gives error. I just installed mongodb. But I don't know if the error is related to it or not. Can you please tell me the steps to run this. I am new to backend. And I have started with this video only so pls tell me if I need to install anything to run it. Thank you!
Terminado, excelente curso esperamos más de MERN actualizado 2023 :)
Thank you a lot. I have successfully made a blog following your video. Now need to practice more of your video guides.
hey I am trying to clone it but whenever I run npm start, it gives error. I just installed mongodb. But I don't know if the error is related to it or not. Can you please tell me the steps to run this. I am new to backend. And I have started with this video only so pls tell me if I need to install anything to run it. Thank you!
I thought just I was enjoying tutorial but hope everyone loved it because of you Dawid , thank you
this is the best MERN tutorial i ever seen, no more library to use, and u r coding just like a waterfall, amazing👍
Bro can I put these project in my resume?
@@Karthik__S_554yes any project that shows your level of understanding of the field is resume worthy project
@@Karthik__S_554 yes of course try to make different
Full amazing Video I created full Blog Website following this video. Hats off to you Coding With Dawid
This was one of the best web development tutorials I have done. I am going to go through the code and take notes on all the concepts, because it was very fast paced and a little bit above my skill level :) However, brilliant instruction by Dawid. Thank you! Now, I can work on my personal website!
Thank you so much. This was a really helpful one. I feel so good, I could complete this. Over the journey, I used ES6 import statements rather than require. Due to this I face so many errors which I solved with chatGPT and stackoverflow. This was just a great learning experience, I learned to not give up, which was one of my weaknesses. I hope to see you soon in a new tutorial.
Hey I'm planning to start this. Is this tutorial up to date. I just tend to get errors alot, so I'm a little scared.
@@scoobyy3112 there are errors bro, i'm lost currently
you can definitely try this. you will learn a lot and get most out of it @@scoobyy3112
@@abhiramsathiraju6276 i m just done , i have got errors but fixed it. Where are u stuck?
@@scoobyy3112 I'm planning to make this project. Have you finished it?
Hello guys,please take note of the chapter, that talks about "Displaying posts from the database" at exactly 2:31:34.This method " res.json(await postModel.find().populate("author", ["username"])); " is no more working again.After i consort the documentation,You can only get the username by this res.json(await postModel.find().populate("author", "username"));.
I hope it will be helpful. Thanks
Thanks Musa!
Can you please share your repo?
Can you share pls
Thanks a lot.
Hey man, I was almost finishing the project im in the EditPost part, and when I update my post i get the 200(ok) payload but i get the error "EditPost.js:35 PUT localhost:4000/post net::ERR_CONNECTION_RESET" and my node .\index.js stops running, do you know why?
@@rodrigoaraujoei I think that's error related to your backend
Finally finished this great tutorial. In my opinion, there were a lot of code repetition in the project but that can be refactored by us so it's not a big deal. Also, I got to learn a lot of new and interesting stuffs like react quill, how to use cookies, multer, etc. Overall, it's a great tutorial and worth the time and effort.
Lastly, I want to say that I think it's not a good practise to write everything in our index.js backend. It would have been better if we had used express router and created a seperate file for the different routes.
Can you share me your github repo link for this project
Try creating folder like models, controllers & routes, it will make ur code more readable
Thank you Dawid for this wonderful tutorial 🙏
hey I am trying to clone it but whenever I run npm start, it gives error. I just installed mongodb. But I don't know if the error is related to it or not. Can you please tell me the steps to run this. I am new to backend. And I have started with this video only so pls tell me if I need to install anything to run it. Thank you!
Thank you for sharing this insightful glimpse into your life as an aerospace engineer in Seattle! Your reflections on career growth and embracing your 30s really resonated with me. I'm also in the aerospace field and would love to hear any additional career advice you might have, especially for someone in the earlier stages. If you're open to it, I'd be grateful for the opportunity to connect privately to ask a few specific questions. No pressure at all if that's not possible - I really appreciate the guidance you've already shared in this video. Keep up the fantastic content!
the most underrated content on youtube and thank you for your content.
Glad to hear that and thanks for your comment!
Finished it finally, learnt so much. Thank you!
Hey, after seeing full video will I be able to make same website ?
Hey, after seeing it can I make the exact website ?
@@MohammadSakib2002 yes. You will face some errors, but they can be solved easily
Hello bro, have you finished the project? I'm having trouble on displaying the author. I also found a comment that corrected the method of displaying the author in the video but still it didn't work. I'm hoping if you could help me. Thanks
hey I am trying to clone it but whenever I run npm start, it gives error. I just installed mongodb. But I don't know if the error is related to it or not. Can you please tell me the steps to run this. I am new to backend. And I have started with this video only so pls tell me if I need to install anything to run it. Thank you!
completed this project (it took me around one week to build this with typescript)
will add more features to it in future
could you share the code? I am doing the same and I have some issues that I don´t know how to solve
Thank you so much for doing this Dawid. You rock, man!
Hello can you tell me how to run it step by step
Thanks a ton Dawid! Finished this project in 5 days lol even though the video is 3.5 hours
did you deploy this project anywhere? i need some help
@@sidan0nI'm yet to deploy because I gotta figure out form validation. I'd help you if you can describe what's the issue
without error at all ? all clear ?
@@fxxkingawesome3581 only issue I had is dealing with the CORS after deploying
i need a help to do complete this ..i m beginner and a bit complicated to solve ..plz help
Awesome Explanation ❤
Thanks Dawid
hey I am trying to clone it but whenever I run npm start, it gives error. I just installed mongodb. But I don't know if the error is related to it or not. Can you please tell me the steps to run this. I am new to backend. And I have started with this video only so pls tell me if I need to install anything to run it. Thank you!
@@r65400 first do "npm i" then only do npm start
It would be nice if u showed the folder explorer like in vs code on left side make easier to understand when u navigate from one file to another.
still a good tutorial and iam in the process of completing.
Finally completed after fixing a lot of issues. In the last edit post put function in index.js change update to updateOne.
Hey, even after i used updateOne, the content doesnt actually get updated. Any idea how to fix it? thanks
Can you please share your github repo
thank you it is helpful
After watching this i can create my own social media website 🎉
Amazing work , and smooth explanation, keep pushing Brother , you are the best
did you deploy this project anywhere? i need some help
hey I am trying to clone it but whenever I run npm start, it gives error. I just installed mongodb. But I don't know if the error is related to it or not. Can you please tell me the steps to run this. I am new to backend. And I have started with this video only so pls tell me if I need to install anything to run it. Thank you!
@@r65400 so the classic install when its comes to clone a new projectsis to use npm install ,
but in you case you can try to use "npm i --legacy-peer-deps" as the install command (without quotation marks)
massive thank you for the awesome video! Seriously,this was fantastic .Absolutely! I will definitely suggest your channel to all my friends. Keep up the fantastic work bro
did you deploy this project anywhere? i need some help
hey I am trying to clone it but whenever I run npm start, it gives error. I just installed mongodb. But I don't know if the error is related to it or not. Can you please tell me the steps to run this. I am new to backend. And I have started with this video only so pls tell me if I need to install anything to run it. Thank you!
@@r65400 what errors u r getting bro?
Dawid can you please make a tutorial on deployment of MERN apps. And a big thanks for such a simple and well explained tutorial.
감사합니다 한번에 따라하면서 감을 잡았습니다. react, mongoose express를 사용하는 것은 저에게 딱 맞는 예제 였습니다.
Beautiful stack here... will update more as I watch but these are very useful technologies!
Just wanted to ask is this course still up to date i mean usually i run into a couple of problems by following and old tutorial?
@@dumbdavinchi3638I had no issues so far
hey I am trying to clone it but whenever I run npm start, it gives error. I just installed mongodb. But I don't know if the error is related to it or not. Can you please tell me the steps to run this. I am new to backend. And I have started with this video only so pls tell me if I need to install anything to run it. Thank you!
Great tutorial. Learned so many things. Thanks man.
Learned a lot! Thanks for the wonderful tutorial
Can you share your github repo
hey I am trying to clone it but whenever I run npm start, it gives error. I just installed mongodb. But I don't know if the error is related to it or not. Can you please tell me the steps to run this. I am new to backend. And I have started with this video only so pls tell me if I need to install anything to run it. Thank you!
Great tuto Dawid! Just some few suggestions: I think It's better if we use here axios instead of the fetch api, also, if we choose to use async...await, it's better to use it till the end to get an uniformed code instead of then... Wish you the best ;)
Why is axios better than fetch
@@markchen6549 it's not. just a bit easier to use.
@@MichalRutz can i use axios in this project? will it work?
@@rugvedwagh9434 yes it will definitely work
did you deploy this project anywhere? i need some help
You deserve so much more subscribers ❤
Thank you so munch, It helped me a lot understanding the basics of a REST APIs
Great great content! Thank you so much for the tutorial. 🤗
Only in the end, it took me a bit to realise what was the problem, the .update() method of the mongoose model changed to .updateOne()
this saved me, thanks pedalaleo!
Just finished it..... So so amazing
How long did it take for you to finish it??
@@smsrrobin I have done till 2:28 in 2 days last 1 hour content left
Can you help me woth logout functionality when I logout the logout is successful happens but when i click to posts without login it gives me error for reading undefined property
Whoever is reading this, I have a request.
When you are watching the video or any video tutorial and have completed a few parts then share your experience/review.
If you complete it then share overall review and the challenges you faced. It just makes it easier for newcomers.
Will do this
i've watched this tutorial really worth a time to learn
Finally Completed it
Is it still working
That's what I was looking for bundle of thanks bro ❣️
Thanks! 🙂
This video helped me a lot to learn . Great Work !!!
Oh God. Thank you Dawid, for this tutorial.
hey I am trying to clone it but whenever I run npm start, it gives error. I just installed mongodb. But I don't know if the error is related to it or not. Can you please tell me the steps to run this. I am new to backend. And I have started with this video only so pls tell me if I need to install anything to run it. Thank you!
Please make a deploy video for this. You are amazing. Thanks for the tutorial.
Excelent class man. Really skilled. Very helpfull for my job.
Thank you..... am following this... 30minutes into and going to finish
How did it go? Have you completed the project? Any link you dare to share? Do you had any problems with the project? 🙂
@@CodingWithDawid thank you for the response. I am 2hrs into the video. so far everything is fine and easy to understand
@@neutrallane hey at 1:24:56 what did he do to reload the console?
Thanks a lot Dawid it was amazing 🤩
Glad I could help! ☺️
hey I am trying to clone it but whenever I run npm start, it gives error. I just installed mongodb. But I don't know if the error is related to it or not. Can you please tell me the steps to run this. I am new to backend. And I have started with this video only so pls tell me if I need to install anything to run it. Thank you!
Hey bro can you build an employee management system that keeps records of the employees along with their attendance to work in next js using tailwind css for design and mongoDB as a database.... Need more next JS content great video
Yes, this can an interesting project. Will se what i can do
@@CodingWithDawid broo, can we do this with postgre or mysql?? im confused with the relation table
@@CodingWithDawid This would be quality content for sure!
@@CodingWithDawid i will be waiting for it
@@HikmalPramudya MongoDB is easy bro
greate job david!!!🤩🤩🤩🤩🤩🤩😍
Your channel is heaven to me
Your comment is a heaven to me! 😇
Took me a few days to but this is really a great tutorial !!!!
i need help to done project
Hello bro, have you finished the project? I'm having trouble on displaying the author. I also found a comment that corrected the method of displaying the author in the video but still it didn't work. I'm hoping if you could help me. Thanks
29:10 -> repeating code problem ; solved by creating a Layout.js file and importing Outlet from react-router-dom {NEW THING} !important (nested Route)
39:48 -> CSS solve width = 100% problem when padding is present and width 100% seems smaller (use border-box) {NEW THING} (NICE)
can u also talk about security things ? overall loved the video
Just be aware that this kind of authentication with JWTs doesn't allow you to invalidate existing session (for example after a password reset). If a hacker gets into an account, they can just stay logged in.
This could easily be fixed right? If when password is reset we change a variable from db then we fetch and test that value everytime you're refreshing a page? If value is false we log out
@@appsenence9244 But then you're destroying the sole benefit of JWTs over sessions, which is that they are self-contained (if I understand your approach correctly)
So can you create better dynamic blog MERN?
@@codinginflowwhat’s the solution then?
@@Brian-el2it Refresh token rotation (hard) or database sessions (easy)
Great video. Thank you for sharing your knowledge.
hey I am trying to clone it but whenever I run npm start, it gives error. I just installed mongodb. But I don't know if the error is related to it or not. Can you please tell me the steps to run this. I am new to backend. And I have started with this video only so pls tell me if I need to install anything to run it. Thank you!
Thanks for your lesson!
why Chrome's code inspector doesn't show a response? In the network tab -> preview , it says "failed to load response data no content available for preflight request", but I can .log it in the server's console! Has anyone faced such a problem?
Hello there, I was stuck in 1:26:38 and the result is "JsonWebTokenError: invalid signature"
Do you know why is that happen? And what is the solution?
Really Amazing bro 🥰
Thank you! 🥰 Will try to do more of these
you explain very well, it is very helpful
Great work! Really appreciate it
please continue the series, maybe fullstack app with next js using prisma and mongodb
Brilliant Tutorial. Just brilliant. Thank you, you've really helped me out here.
did you deploy this project anywhere? i need some help
Learnt a lot from this video
Thanks!
Hello Brother I am stuck at 1:18:00, i am not able to get set-cookie in the header file of the /login request
I have a similar error. Were you able to figure it out?
🎉 Awesome tutorial
I liked this one! Now time for deploying :)
did u deploy it yet mine isn't deploying
@@bhavyagulati5738 With render
Learnt a lot, Thank you❤
Hi! I have this error: JsonWebTokenError: jwt must be provided. What does it means? What must I do? I downloaded your code from Github and I changed the MongoDB database (I work on the db locally). Thanks.
Maybe you missed some other env variables?
Hey did you fix it? i am facing the same issue for a while now
Same issue.
Thanks Brother for this Great tutorial
@CodingWithDawid sir i am facing this issue JsonWebTokenError: jwt must be provided and in the ReactQuill its give me tage only show css styling html how can i fix it please help
Same problem
Just what I was looking forward seeing
I am glad you found it! 😄
hey I am trying to clone it but whenever I run npm start, it gives error. I just installed mongodb. But I don't know if the error is related to it or not. Can you please tell me the steps to run this. I am new to backend. And I have started with this video only so pls tell me if I need to install anything to run it. Thank you!
3:30:00 I am getting an error, that is:
"await postDoc.update({
^
TypeError: postDoc.update is not a function" and this is coming whenever i am clicking on the update post button. Can someone please tell me what to do?
i really enjoy your content. thanks !
hey I am trying to clone it but whenever I run npm start, it gives error. I just installed mongodb. But I don't know if the error is related to it or not. Can you please tell me the steps to run this. I am new to backend. And I have started with this video only so pls tell me if I need to install anything to run it. Thank you!
Thank you so much for the amazing video , a happy subscriber 👍👍🙌🙌👌👌😍😍
Great project to brush up my concepts.
hey I am trying to clone it but whenever I run npm start, it gives error. I just installed mongodb. But I don't know if the error is related to it or not. Can you please tell me the steps to run this. I am new to backend. And I have started with this video only so pls tell me if I need to install anything to run it. Thank you!
Sir I face an error just before creating route - cannot read properties of null(reading, useRef) how to solve this sir? Please help me
Thanks man... So much helpful
Thank you I developed whole project. It's working
bro logout functionality is not working .I am stuck there can u help
thanks a lot for making this video🙏🙏
Will you please give me a tutorial to clone repository of this project.. Stepwise?
greate lesson, I completed and learnt alot from it. Everything works just fine on development but I have beeen trying to host it on render with much frustrations, finaly, On render other parts of the app are working except the create and update pages
hey I am trying to clone it but whenever I run npm start, it gives error. I just installed mongodb. But I don't know if the error is related to it or not. Can you please tell me the steps to run this. I am new to backend. And I have started with this video only so pls tell me if I need to install anything to run it. Thank you!
Stuck at 2:05:37 my req.file is showing undefined and req.body.file is giving [object FileList] which typeof shows a string. What should I do now?
sounds like you forgot about multer.. compare it with my code (link in the description) and you will sure find what is the problem
@@CodingWithDawid thanks problem solved!
Thank you so much for this amazing content.
very good job Dawid.
Thanks. I always try to do my best 😌
hey I am trying to clone it but whenever I run npm start, it gives error. I just installed mongodb. But I don't know if the error is related to it or not. Can you please tell me the steps to run this. I am new to backend. And I have started with this video only so pls tell me if I need to install anything to run it. Thank you!
Hii, I am unable to get response of the fetch in network. It always says 404 not found, no matter whatever I try?? Can someone help???
Hey guys. You might encounter one 'problem', double render for no specific reason. I've spent last hour trying to find anything that could cause it and it was React.StrictMode wrapper in index.js file, so there are no issues with the code. Now i'll finish the video. Cheers.
Is this code going to work after the updation of technologies??
Please reply 🙏
Gem Channel found today 🔥
node is giving warning jwt must be provided ?
Exactly what i was looking for, thanks for this amazing tutorial, youtube is full of react js tutorials, but they are using tailwind or bootstrap, or even worse they are promoting some bad library
did you deploy this project anywhere? i need some help
Hey Dawid, @53:07 when I do this on my system, it is giving me an error namely, cannot post /register though i have used app.post() in the express app, please help
In which world I was earlier that I never came across this channel
Lmao same
Best video sir👌
Thanks you 😊
thanks for this, can ask what extension you use ?