Build a Fullstack Blog App using MERN (mongo, express, react, node)

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 ธ.ค. 2024

ความคิดเห็น • 719

  • @vitorpeixoto2324
    @vitorpeixoto2324 11 หลายเดือนก่อน +4

    It's working! Thanks from Brazil, my friend!

    • @CodingWithDawid
      @CodingWithDawid  11 หลายเดือนก่อน +2

      Thank you so much for your kind words and support! I am glad to hear it works!

    • @r65400
      @r65400 6 หลายเดือนก่อน +1

      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!

    • @vitorpeixoto2324
      @vitorpeixoto2324 6 หลายเดือนก่อน

      @@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.

  • @Skyvastern
    @Skyvastern ปีที่แล้ว +46

    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!

    • @sidan0n
      @sidan0n ปีที่แล้ว

      did you deploy this project anywhere? i need some help

    • @madhurchaturvedi5551
      @madhurchaturvedi5551 10 หลายเดือนก่อน

      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

    • @Poekuli
      @Poekuli 9 หลายเดือนก่อน

      @@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

    • @r65400
      @r65400 6 หลายเดือนก่อน

      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!

    • @Yuchenn144
      @Yuchenn144 หลายเดือนก่อน

      ​@@r65400did you get the answer?

  • @_ayush_oswal
    @_ayush_oswal ปีที่แล้ว +11

    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!!

    • @CodingWithDawid
      @CodingWithDawid  ปีที่แล้ว +2

      Sounds amazing! Congrats! 🎉

    • @_ayush_oswal
      @_ayush_oswal ปีที่แล้ว

      @@CodingWithDawid All thanks to you 🙌💯

    • @mohdabdulrahman6611
      @mohdabdulrahman6611 ปีที่แล้ว

      Did you deploy it ?

    • @_ayush_oswal
      @_ayush_oswal 11 หลายเดือนก่อน

      @@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 .

    • @_ayush_oswal
      @_ayush_oswal 11 หลายเดือนก่อน

      @@mohdabdulrahman6611 Deployed it , the link of repo is on my channel's video

  • @icongrindsetsfj
    @icongrindsetsfj ปีที่แล้ว +39

    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!

    • @sidan0n
      @sidan0n ปีที่แล้ว +2

      did you deploy this project anywhere? i need some help

    • @iknowright9533
      @iknowright9533 ปีที่แล้ว

      @@sidan0n what help you need?

  • @marcsnuffythegreatest10
    @marcsnuffythegreatest10 ปีที่แล้ว +16

    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.

  • @ahmedaq9018
    @ahmedaq9018 ปีที่แล้ว +13

    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.💯

    • @r65400
      @r65400 6 หลายเดือนก่อน

      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!

  • @dhruvdangi8923
    @dhruvdangi8923 2 วันที่ผ่านมา

    amazing content brother, HATS OFF
    came here after learning from hitesh chaudhary and your content is easy to grasp

  • @Lm-hu2tm
    @Lm-hu2tm ปีที่แล้ว +9

    Thanks, man, I followed the tutorial from start to end, and really understood mongoose and endpoints!

    • @sidan0n
      @sidan0n ปีที่แล้ว +1

      did you deploy this project anywhere? i need some help

    • @brandomanosca1957
      @brandomanosca1957 ปีที่แล้ว

      ​@@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

    • @r65400
      @r65400 6 หลายเดือนก่อน

      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!

  • @raghavendrac4710
    @raghavendrac4710 6 หลายเดือนก่อน +10

    Sir, this is the best react video ive ever watched. No bs starter code. The entire tutorial was so intuitive.

  • @ratishjain2718
    @ratishjain2718 ปีที่แล้ว +4

    that react-quill thing is so awesome

    • @r65400
      @r65400 6 หลายเดือนก่อน

      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!

    • @PranayCh
      @PranayCh 5 หลายเดือนก่อน

      @@r65400 Problem solved?

  • @camilotello3296
    @camilotello3296 8 หลายเดือนก่อน +1

    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 :)

  • @eshw23
    @eshw23 ปีที่แล้ว +9

    I love watching you troubleshoot, its amazing!

    • @r65400
      @r65400 6 หลายเดือนก่อน

      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!

  • @ValentinWF
    @ValentinWF ปีที่แล้ว +6

    Terminado, excelente curso esperamos más de MERN actualizado 2023 :)

  • @danilkhodus9555
    @danilkhodus9555 ปีที่แล้ว +3

    Thank you a lot. I have successfully made a blog following your video. Now need to practice more of your video guides.

    • @r65400
      @r65400 6 หลายเดือนก่อน

      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!

  • @BroccoliGuy-js
    @BroccoliGuy-js 4 หลายเดือนก่อน

    I thought just I was enjoying tutorial but hope everyone loved it because of you Dawid , thank you

  • @sansvlr
    @sansvlr 11 หลายเดือนก่อน +3

    this is the best MERN tutorial i ever seen, no more library to use, and u r coding just like a waterfall, amazing👍

    • @Karthik__S_554
      @Karthik__S_554 11 หลายเดือนก่อน

      Bro can I put these project in my resume?

    • @technomad123
      @technomad123 8 หลายเดือนก่อน

      ​@@Karthik__S_554yes any project that shows your level of understanding of the field is resume worthy project

    • @exploreinsixtyseconds
      @exploreinsixtyseconds 7 หลายเดือนก่อน +1

      @@Karthik__S_554 yes of course try to make different

  • @nextjs123
    @nextjs123 ปีที่แล้ว +1

    Full amazing Video I created full Blog Website following this video. Hats off to you Coding With Dawid

  • @AdityaSUnboxings
    @AdityaSUnboxings หลายเดือนก่อน

    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!

  • @santanu29
    @santanu29 ปีที่แล้ว +3

    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.

    • @scoobyy3112
      @scoobyy3112 ปีที่แล้ว

      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.

    • @abhiramsathiraju6276
      @abhiramsathiraju6276 ปีที่แล้ว +1

      @@scoobyy3112 there are errors bro, i'm lost currently

    • @hirenachhada9180
      @hirenachhada9180 ปีที่แล้ว

      you can definitely try this. you will learn a lot and get most out of it @@scoobyy3112

    • @newbieguy2509
      @newbieguy2509 ปีที่แล้ว

      @@abhiramsathiraju6276 i m just done , i have got errors but fixed it. Where are u stuck?

    • @brandomanosca1957
      @brandomanosca1957 ปีที่แล้ว

      @@scoobyy3112 I'm planning to make this project. Have you finished it?

  • @commandcodes
    @commandcodes ปีที่แล้ว +24

    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

    • @vishalarya701
      @vishalarya701 ปีที่แล้ว +1

      Thanks Musa!
      Can you please share your repo?

    • @di0k4
      @di0k4 ปีที่แล้ว

      Can you share pls

    • @negative_seaweed
      @negative_seaweed ปีที่แล้ว

      Thanks a lot.

    • @rodrigoaraujoei
      @rodrigoaraujoei ปีที่แล้ว

      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?

    • @commandcodes
      @commandcodes ปีที่แล้ว

      @@rodrigoaraujoei I think that's error related to your backend

  • @SinmbfLost
    @SinmbfLost ปีที่แล้ว +8

    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.

    • @mrsecretstatus9999
      @mrsecretstatus9999 ปีที่แล้ว

      Can you share me your github repo link for this project

    • @pabloescobar.exe.
      @pabloescobar.exe. ปีที่แล้ว

      Try creating folder like models, controllers & routes, it will make ur code more readable

  • @namitpatel937
    @namitpatel937 ปีที่แล้ว +2

    Thank you Dawid for this wonderful tutorial 🙏

    • @r65400
      @r65400 6 หลายเดือนก่อน

      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!

  • @code_in_space
    @code_in_space 5 หลายเดือนก่อน

    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!

  • @Fyodorsolos
    @Fyodorsolos ปีที่แล้ว +1

    the most underrated content on youtube and thank you for your content.

    • @CodingWithDawid
      @CodingWithDawid  ปีที่แล้ว +1

      Glad to hear that and thanks for your comment!

  • @RA-lm8zv
    @RA-lm8zv ปีที่แล้ว +2

    Finished it finally, learnt so much. Thank you!

    • @MohammadSakib2002
      @MohammadSakib2002 ปีที่แล้ว +1

      Hey, after seeing full video will I be able to make same website ?

    • @MohammadSakib2002
      @MohammadSakib2002 ปีที่แล้ว

      Hey, after seeing it can I make the exact website ?

    • @RA-lm8zv
      @RA-lm8zv ปีที่แล้ว

      @@MohammadSakib2002 yes. You will face some errors, but they can be solved easily

    • @brandomanosca1957
      @brandomanosca1957 ปีที่แล้ว

      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

    • @r65400
      @r65400 6 หลายเดือนก่อน

      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!

  • @hanzalaansari5259
    @hanzalaansari5259 ปีที่แล้ว +2

    completed this project (it took me around one week to build this with typescript)
    will add more features to it in future

    • @paugarcia4150
      @paugarcia4150 ปีที่แล้ว

      could you share the code? I am doing the same and I have some issues that I don´t know how to solve

  • @binayakdebnath632
    @binayakdebnath632 6 หลายเดือนก่อน +1

    Thank you so much for doing this Dawid. You rock, man!

    • @dheerajdevnani1767
      @dheerajdevnani1767 5 หลายเดือนก่อน

      Hello can you tell me how to run it step by step

  • @gradientO
    @gradientO ปีที่แล้ว +2

    Thanks a ton Dawid! Finished this project in 5 days lol even though the video is 3.5 hours

    • @sidan0n
      @sidan0n ปีที่แล้ว

      did you deploy this project anywhere? i need some help

    • @gradientO
      @gradientO ปีที่แล้ว

      ​@@sidan0nI'm yet to deploy because I gotta figure out form validation. I'd help you if you can describe what's the issue

    • @fxxkingawesome3581
      @fxxkingawesome3581 ปีที่แล้ว

      without error at all ? all clear ?

    • @gradientO
      @gradientO ปีที่แล้ว

      @@fxxkingawesome3581 only issue I had is dealing with the CORS after deploying

    • @umeshpatil1594
      @umeshpatil1594 ปีที่แล้ว

      i need a help to do complete this ..i m beginner and a bit complicated to solve ..plz help

  • @sahilanand30
    @sahilanand30 11 หลายเดือนก่อน +2

    Awesome Explanation ❤
    Thanks Dawid

    • @r65400
      @r65400 6 หลายเดือนก่อน

      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!

    • @sahilanand30
      @sahilanand30 6 หลายเดือนก่อน

      @@r65400 first do "npm i" then only do npm start

  • @gamingrecord4482
    @gamingrecord4482 ปีที่แล้ว +7

    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.

  • @newbieguy2509
    @newbieguy2509 ปีที่แล้ว +4

    Finally completed after fixing a lot of issues. In the last edit post put function in index.js change update to updateOne.

    • @RA-lm8zv
      @RA-lm8zv ปีที่แล้ว

      Hey, even after i used updateOne, the content doesnt actually get updated. Any idea how to fix it? thanks

    • @mrsecretstatus9999
      @mrsecretstatus9999 ปีที่แล้ว

      Can you please share your github repo

    • @blatatroll2535
      @blatatroll2535 ปีที่แล้ว

      thank you it is helpful

  • @scientiii
    @scientiii ปีที่แล้ว

    After watching this i can create my own social media website 🎉

  • @miltonbrinson5951
    @miltonbrinson5951 ปีที่แล้ว +1

    Amazing work , and smooth explanation, keep pushing Brother , you are the best

    • @sidan0n
      @sidan0n ปีที่แล้ว

      did you deploy this project anywhere? i need some help

    • @r65400
      @r65400 6 หลายเดือนก่อน

      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!

    • @miltonbrinson5951
      @miltonbrinson5951 5 หลายเดือนก่อน

      @@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)

  • @georgecdixon1942
    @georgecdixon1942 ปีที่แล้ว +2

    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

    • @sidan0n
      @sidan0n ปีที่แล้ว

      did you deploy this project anywhere? i need some help

    • @r65400
      @r65400 6 หลายเดือนก่อน

      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!

    • @georgecdixon1942
      @georgecdixon1942 6 หลายเดือนก่อน

      @@r65400 what errors u r getting bro?

  • @nikhilojha2671
    @nikhilojha2671 ปีที่แล้ว +2

    Dawid can you please make a tutorial on deployment of MERN apps. And a big thanks for such a simple and well explained tutorial.

  • @paulpark-cc
    @paulpark-cc 5 หลายเดือนก่อน

    감사합니다 한번에 따라하면서 감을 잡았습니다. react, mongoose express를 사용하는 것은 저에게 딱 맞는 예제 였습니다.

  • @troynelson9888
    @troynelson9888 ปีที่แล้ว +1

    Beautiful stack here... will update more as I watch but these are very useful technologies!

    • @dumbdavinchi3638
      @dumbdavinchi3638 ปีที่แล้ว

      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?

    • @gradientO
      @gradientO ปีที่แล้ว

      ​@@dumbdavinchi3638I had no issues so far

    • @r65400
      @r65400 6 หลายเดือนก่อน

      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!

  • @foreverduke4059
    @foreverduke4059 3 หลายเดือนก่อน

    Great tutorial. Learned so many things. Thanks man.

  • @PrasanthPedaprolu
    @PrasanthPedaprolu ปีที่แล้ว +1

    Learned a lot! Thanks for the wonderful tutorial

    • @mrsecretstatus9999
      @mrsecretstatus9999 ปีที่แล้ว

      Can you share your github repo

    • @r65400
      @r65400 6 หลายเดือนก่อน

      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!

  • @jeanmarierandrianantoandro1299
    @jeanmarierandrianantoandro1299 ปีที่แล้ว +16

    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 ;)

    • @markchen6549
      @markchen6549 ปีที่แล้ว +10

      Why is axios better than fetch

    • @MichalRutz
      @MichalRutz ปีที่แล้ว

      @@markchen6549 it's not. just a bit easier to use.

    • @rugvedwagh9434
      @rugvedwagh9434 ปีที่แล้ว

      @@MichalRutz can i use axios in this project? will it work?

    • @pranshusahu4172
      @pranshusahu4172 ปีที่แล้ว +1

      @@rugvedwagh9434 yes it will definitely work

    • @sidan0n
      @sidan0n ปีที่แล้ว

      did you deploy this project anywhere? i need some help

  • @sipup_and_wander
    @sipup_and_wander ปีที่แล้ว

    You deserve so much more subscribers ❤

  • @pauloluguenda8397
    @pauloluguenda8397 ปีที่แล้ว +1

    Thank you so munch, It helped me a lot understanding the basics of a REST APIs

  • @pedalaleo
    @pedalaleo หลายเดือนก่อน +1

    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()

    • @AdityaSUnboxings
      @AdityaSUnboxings หลายเดือนก่อน

      this saved me, thanks pedalaleo!

  • @guyfromdoon
    @guyfromdoon ปีที่แล้ว +2

    Just finished it..... So so amazing

    • @smsrrobin
      @smsrrobin ปีที่แล้ว

      How long did it take for you to finish it??

    • @thakurdotdev
      @thakurdotdev ปีที่แล้ว

      @@smsrrobin I have done till 2:28 in 2 days last 1 hour content left

    • @mihirjoshi5303
      @mihirjoshi5303 ปีที่แล้ว

      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

  • @hamzapaskingakhtar
    @hamzapaskingakhtar ปีที่แล้ว +19

    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.

    • @yashmundra8497
      @yashmundra8497 ปีที่แล้ว

      Will do this

    • @hammadraza7064
      @hammadraza7064 ปีที่แล้ว

      i've watched this tutorial really worth a time to learn

  • @harshpandey4190
    @harshpandey4190 2 หลายเดือนก่อน +2

    Finally Completed it

    • @mo.x9013
      @mo.x9013 2 หลายเดือนก่อน

      Is it still working

  • @muzamilfootballer5682
    @muzamilfootballer5682 ปีที่แล้ว +1

    That's what I was looking for bundle of thanks bro ❣️

  • @amanjangra2764
    @amanjangra2764 ปีที่แล้ว

    This video helped me a lot to learn . Great Work !!!

  • @gustavosantana4805
    @gustavosantana4805 ปีที่แล้ว

    Oh God. Thank you Dawid, for this tutorial.

    • @r65400
      @r65400 6 หลายเดือนก่อน

      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!

  • @tanjimitsolution8449
    @tanjimitsolution8449 23 วันที่ผ่านมา

    Please make a deploy video for this. You are amazing. Thanks for the tutorial.

  • @zantsama
    @zantsama 7 หลายเดือนก่อน

    Excelent class man. Really skilled. Very helpfull for my job.

  • @neutrallane
    @neutrallane ปีที่แล้ว

    Thank you..... am following this... 30minutes into and going to finish

    • @CodingWithDawid
      @CodingWithDawid  ปีที่แล้ว +1

      How did it go? Have you completed the project? Any link you dare to share? Do you had any problems with the project? 🙂

    • @neutrallane
      @neutrallane ปีที่แล้ว +1

      @@CodingWithDawid thank you for the response. I am 2hrs into the video. so far everything is fine and easy to understand

    • @sahinisruti566
      @sahinisruti566 ปีที่แล้ว

      @@neutrallane hey at 1:24:56 what did he do to reload the console?

  • @Piyushraj0
    @Piyushraj0 ปีที่แล้ว +2

    Thanks a lot Dawid it was amazing 🤩

    • @CodingWithDawid
      @CodingWithDawid  ปีที่แล้ว

      Glad I could help! ☺️

    • @r65400
      @r65400 6 หลายเดือนก่อน

      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!

  • @speedster784
    @speedster784 ปีที่แล้ว +25

    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

    • @CodingWithDawid
      @CodingWithDawid  ปีที่แล้ว +20

      Yes, this can an interesting project. Will se what i can do

    • @HikmalPramudya
      @HikmalPramudya ปีที่แล้ว +2

      @@CodingWithDawid broo, can we do this with postgre or mysql?? im confused with the relation table

    • @Hackattackgaming
      @Hackattackgaming ปีที่แล้ว +1

      @@CodingWithDawid This would be quality content for sure!

    • @talkMusic
      @talkMusic ปีที่แล้ว

      @@CodingWithDawid i will be waiting for it

    • @rohithgoud30
      @rohithgoud30 ปีที่แล้ว

      @@HikmalPramudya MongoDB is easy bro

  • @sivajigadidala
    @sivajigadidala ปีที่แล้ว +1

    greate job david!!!🤩🤩🤩🤩🤩🤩😍

  • @prashlovessamosa
    @prashlovessamosa ปีที่แล้ว

    Your channel is heaven to me

  • @kaiiemsawat2415
    @kaiiemsawat2415 ปีที่แล้ว +2

    Took me a few days to but this is really a great tutorial !!!!

    • @umeshpatil1594
      @umeshpatil1594 ปีที่แล้ว

      i need help to done project

    • @brandomanosca1957
      @brandomanosca1957 ปีที่แล้ว

      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

  • @theokinger
    @theokinger 5 หลายเดือนก่อน +2

    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)

  • @mrexpert0074
    @mrexpert0074 5 หลายเดือนก่อน +1

    can u also talk about security things ? overall loved the video

  • @codinginflow
    @codinginflow ปีที่แล้ว +19

    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.

    • @appsenence9244
      @appsenence9244 ปีที่แล้ว

      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

    • @codinginflow
      @codinginflow ปีที่แล้ว +1

      @@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)

    • @poknari
      @poknari ปีที่แล้ว

      So can you create better dynamic blog MERN?

    • @Brian-el2it
      @Brian-el2it ปีที่แล้ว +1

      @@codinginflowwhat’s the solution then?

    • @codinginflow
      @codinginflow ปีที่แล้ว +3

      @@Brian-el2it Refresh token rotation (hard) or database sessions (easy)

  • @asielvalle96
    @asielvalle96 ปีที่แล้ว

    Great video. Thank you for sharing your knowledge.

    • @r65400
      @r65400 6 หลายเดือนก่อน

      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!

  • @Kostiantyn_S.
    @Kostiantyn_S. ปีที่แล้ว +3

    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?

  • @JikaPramuja
    @JikaPramuja ปีที่แล้ว +1

    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?

  • @levelxgamingyt
    @levelxgamingyt ปีที่แล้ว

    Really Amazing bro 🥰

    • @CodingWithDawid
      @CodingWithDawid  ปีที่แล้ว

      Thank you! 🥰 Will try to do more of these

  • @ImamNurArifinHA
    @ImamNurArifinHA ปีที่แล้ว

    you explain very well, it is very helpful

  • @sam-d9c
    @sam-d9c 4 หลายเดือนก่อน

    Great work! Really appreciate it

  • @darelbvcr687
    @darelbvcr687 ปีที่แล้ว +2

    please continue the series, maybe fullstack app with next js using prisma and mongodb

  • @gary3548
    @gary3548 ปีที่แล้ว +1

    Brilliant Tutorial. Just brilliant. Thank you, you've really helped me out here.

    • @sidan0n
      @sidan0n ปีที่แล้ว

      did you deploy this project anywhere? i need some help

  • @varundoshi5136
    @varundoshi5136 ปีที่แล้ว

    Learnt a lot from this video
    Thanks!

  • @dhyeyrabadia7091
    @dhyeyrabadia7091 ปีที่แล้ว +3

    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

    • @AM-fw6jl
      @AM-fw6jl 11 หลายเดือนก่อน

      I have a similar error. Were you able to figure it out?

  • @db6168
    @db6168 ปีที่แล้ว

    🎉 Awesome tutorial

  • @camilotello3296
    @camilotello3296 7 หลายเดือนก่อน

    I liked this one! Now time for deploying :)

    • @bhavyagulati5738
      @bhavyagulati5738 6 หลายเดือนก่อน

      did u deploy it yet mine isn't deploying

    • @camilotello3296
      @camilotello3296 6 หลายเดือนก่อน

      @@bhavyagulati5738 With render

  • @venkiplaysguitar
    @venkiplaysguitar ปีที่แล้ว

    Learnt a lot, Thank you❤

  • @mauriziocozzetto
    @mauriziocozzetto ปีที่แล้ว +5

    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
      @CodingWithDawid  ปีที่แล้ว +1

      Maybe you missed some other env variables?

    • @Zonie17
      @Zonie17 ปีที่แล้ว +1

      Hey did you fix it? i am facing the same issue for a while now

    • @AM-fw6jl
      @AM-fw6jl 11 หลายเดือนก่อน

      Same issue.

  • @muhanadsamer7635
    @muhanadsamer7635 ปีที่แล้ว

    Thanks Brother for this Great tutorial

  • @madhurchaturvedi5551
    @madhurchaturvedi5551 10 หลายเดือนก่อน +7

    @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

  • @joscript7846
    @joscript7846 ปีที่แล้ว

    Just what I was looking forward seeing

    • @CodingWithDawid
      @CodingWithDawid  ปีที่แล้ว

      I am glad you found it! 😄

    • @r65400
      @r65400 6 หลายเดือนก่อน

      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!

  • @Yuchenn144
    @Yuchenn144 หลายเดือนก่อน

    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?

  • @encilaj1444
    @encilaj1444 ปีที่แล้ว

    i really enjoy your content. thanks !

    • @r65400
      @r65400 6 หลายเดือนก่อน

      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!

  • @mahendranath2504
    @mahendranath2504 ปีที่แล้ว

    Thank you so much for the amazing video , a happy subscriber 👍👍🙌🙌👌👌😍😍

  • @taufiquekhan9530
    @taufiquekhan9530 ปีที่แล้ว

    Great project to brush up my concepts.

    • @r65400
      @r65400 6 หลายเดือนก่อน

      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!

  • @abhishekcode
    @abhishekcode ปีที่แล้ว +2

    Sir I face an error just before creating route - cannot read properties of null(reading, useRef) how to solve this sir? Please help me

  • @soam2999
    @soam2999 3 หลายเดือนก่อน

    Thanks man... So much helpful

  • @gardeninghost
    @gardeninghost ปีที่แล้ว

    Thank you I developed whole project. It's working

    • @tharunkumar1370
      @tharunkumar1370 ปีที่แล้ว

      bro logout functionality is not working .I am stuck there can u help

  • @SoheilTehrani-ki1os
    @SoheilTehrani-ki1os ปีที่แล้ว

    thanks a lot for making this video🙏🙏

  • @khushimakwana292
    @khushimakwana292 10 หลายเดือนก่อน +1

    Will you please give me a tutorial to clone repository of this project.. Stepwise?

  • @chibunduaniede2936
    @chibunduaniede2936 ปีที่แล้ว

    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

    • @r65400
      @r65400 6 หลายเดือนก่อน

      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!

  • @sohammukherjee1392
    @sohammukherjee1392 ปีที่แล้ว +1

    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?

    • @CodingWithDawid
      @CodingWithDawid  ปีที่แล้ว

      sounds like you forgot about multer.. compare it with my code (link in the description) and you will sure find what is the problem

    • @sohammukherjee1392
      @sohammukherjee1392 ปีที่แล้ว

      @@CodingWithDawid thanks problem solved!

  • @guyfromdoon
    @guyfromdoon ปีที่แล้ว

    Thank you so much for this amazing content.

  • @cyrillemarc6162
    @cyrillemarc6162 ปีที่แล้ว

    very good job Dawid.

    • @CodingWithDawid
      @CodingWithDawid  ปีที่แล้ว

      Thanks. I always try to do my best 😌

    • @r65400
      @r65400 6 หลายเดือนก่อน

      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!

  • @kaizer786
    @kaizer786 3 หลายเดือนก่อน +1

    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???

  • @ttsstories5104
    @ttsstories5104 11 หลายเดือนก่อน

    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.

  • @Quotes-h9y
    @Quotes-h9y 8 หลายเดือนก่อน +1

    Is this code going to work after the updation of technologies??
    Please reply 🙏

  • @maheshshirate2834
    @maheshshirate2834 ปีที่แล้ว

    Gem Channel found today 🔥

  • @madhurendra-nath-tiwari
    @madhurendra-nath-tiwari ปีที่แล้ว +1

    node is giving warning jwt must be provided ?

  • @barcalover016
    @barcalover016 ปีที่แล้ว +3

    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

    • @sidan0n
      @sidan0n ปีที่แล้ว

      did you deploy this project anywhere? i need some help

  • @chaitanyakarthikbasva
    @chaitanyakarthikbasva ปีที่แล้ว

    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

  • @sarthakmoriya541
    @sarthakmoriya541 ปีที่แล้ว

    In which world I was earlier that I never came across this channel

  • @nandinikashyap2084
    @nandinikashyap2084 3 หลายเดือนก่อน

    Best video sir👌

  • @fame4263
    @fame4263 ปีที่แล้ว +1

    thanks for this, can ask what extension you use ?