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 .
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.
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!
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!
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!
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!
@@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!
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!
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.
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 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.
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.
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()
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!
@@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.
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!
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?
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!
instead of extracting the last element of array in another variable, you can simply say: const [ext] = originalname.split('.').slice(-1); this will also store the last element of array in ext var
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 ;)
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)
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
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
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!
cons :while creating the authentication, you did not use try catch blocks or any other way to handle the errors, also the project structure can be improved pros: i like how u debugged some errors
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!
@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
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?
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)
@ Coding With Dawid Thanks for this amazing tutorial. I am at a front-end bootcamp, and need to work on a capstone project...I guess, I just found an idea for it. How can I deploy that blog app? Do you have a tutorial in how to deploy a full-stack app?
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!
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!
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 video Dawid, I've been building my own Blog application and this really helped me. However i'm having trouble with the deployment using Vercel, this is the first full stack app I deploy and i'm kind of confused. Can you please tell me how would you deploy this project?
Thank you so much, Dawid. Your videos helps me to get a lot of practical, and usefull things when developing a flullstack app. If any, can you guide more an example when creating real coffeeshop app? Thanks for your reading 😃
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.
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
Hi im wondering if i would like to add an comment function per each page of the blog post how should i start with? Thank you for your video you save my life😇
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 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 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!
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
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
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?
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!
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!
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 :)
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?
I thought just I was enjoying tutorial but hope everyone loved it because of you Dawid , 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!
Terminado, excelente curso esperamos más de MERN actualizado 2023 :)
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!
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!
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!
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!
Full amazing Video I created full Blog Website following this video. Hats off to you Coding With Dawid
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
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
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 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
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
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?
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
감사합니다 한번에 따라하면서 감을 잡았습니다. react, mongoose express를 사용하는 것은 저에게 딱 맞는 예제 였습니다.
After watching this i can create my own social media website 🎉
Dawid can you please make a tutorial on deployment of MERN apps. And a big thanks for such a simple and well explained tutorial.
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!
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!
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.
Finally Completed it
Is it still working
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!
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
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
Great tutorial. Learned so many things. Thanks man.
please continue the series, maybe fullstack app with next js using prisma and mongodb
the most underrated content on youtube and thank you for your content.
Glad to hear that and thanks for your comment!
Thank you so munch, It helped me a lot understanding the basics of a REST APIs
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
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!
instead of extracting the last element of array in another variable, you can simply say:
const [ext] = originalname.split('.').slice(-1);
this will also store the last element of array in ext var
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
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)
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
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
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?
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!
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!
cons :while creating the authentication, you did not use try catch blocks or any other way to handle the errors, also the project structure can be improved
pros: i like how u debugged some errors
Excelent class man. Really skilled. Very helpfull for my job.
This video helped me a lot to learn . Great Work !!!
can u also talk about security things ? overall loved the video
You deserve so much more subscribers ❤
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?
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!
@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
That's what I was looking for bundle of thanks bro ❣️
Thanks! 🙂
You should have Tailwind too with this, following along writing css was a nightmare
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?
Great work! Really appreciate it
Your channel is heaven to me
Your comment is a heaven to me! 😇
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)
@
Coding With Dawid Thanks for this amazing tutorial. I am at a front-end bootcamp, and need to work on a capstone project...I guess, I just found an idea for it. How can I deploy that blog app? Do you have a tutorial in how to deploy a full-stack app?
Thanks man... So much helpful
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!
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)
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!
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!
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!
Great video Dawid, I've been building my own Blog application and this really helped me. However i'm having trouble with the deployment using Vercel, this is the first full stack app I deploy and i'm kind of confused. Can you please tell me how would you deploy this project?
You can't deploy backend on vercel
Deploy server on services like render or coreo and react application on service like Vercel
🎉 Awesome tutorial
greate job david!!!🤩🤩🤩🤩🤩🤩😍
Thanks Brother for this Great tutorial
Sir I face an error just before creating route - cannot read properties of null(reading, useRef) how to solve this sir? Please help me
Will you please give me a tutorial to clone repository of this project.. Stepwise?
you explain very well, it is very helpful
Learnt a lot from this video
Thanks!
Brilliant Tutorial. Just brilliant. Thank you, you've really helped me out here.
did you deploy this project anywhere? i need some help
Is this code going to work after the updation of technologies??
Please reply 🙏
Thank you so much, Dawid. Your videos helps me to get a lot of practical, and usefull things when developing a flullstack app. If any, can you guide more an example when creating real coffeeshop app? Thanks for your reading 😃
I am from India watching your tutorial blog using mern stack it is very beginner friendly love from INDIA jai siya ram 🚩🚩
I liked this one! Now time for deploying :)
did u deploy it yet mine isn't deploying
@@bhavyagulati5738 With render
Thanks For the tutorial
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.
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
Learnt a lot, Thank you❤
Hi im wondering if i would like to add an comment function per each page of the blog post how should i start with? Thank you for your video you save my life😇
thanks for this, can ask what extension you use ?
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
Gem Channel found today 🔥
Thank you so much for the amazing video , a happy subscriber 👍👍🙌🙌👌👌😍😍
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???
In which world I was earlier that I never came across this channel
Lmao same
Nice video. Very helpful. You didn’t protect the create post url.
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!
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!
Sir will you please add a video on deploying this Blog app in vercel.i tried but not working.
Thank you so much for this amazing content.
I really happy for is course
thanks a lot for making this video🙏🙏