The ULTIMATE MERN Stack Complete Guide (MongoDB, Express, React, Node.js)

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

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

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

    ✅ Sign-up for a free cluster at → mdb.link/free-4nKWREmCvsE
    ✅ Get help on our Community Forums → mdb.link/community-4nKWREmCvsE

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

    I watching so much mern stack videos this is best one!

  • @glencunningham5400
    @glencunningham5400 10 หลายเดือนก่อน +4

    Very useful. Thanks!

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

    Thank you so much for this simple but effective video

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

    In the NodeJS code, I struggled with status code issues. I read that you need to specify the status code first and then send, or you'll end up with a default 200. The tutorial makes this mistake a couple times.
    Broken example: res.send("Not Found").status(404);
    Working example: res.status(404).send("Not Found");
    Aside from that minor issue, the tutorial was very informative and helpful!

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

      Good callout, thank you for the feedback!

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

    What vs code theme are you using and how did you still your terminal to have this look?

  • @Notavaliable-p9u
    @Notavaliable-p9u 9 หลายเดือนก่อน +2

    Hello there, I'm pretty new to programming and I had a little issue with running this command line in Gitbash
    node --env-file=config.env server
    I just get this
    bad option: --env-file=config.env
    does this mean my node is out of date or something?
    Edit: Oh I ran this on the terminal in VS code and got the same bad option message

    • @DavidEPatrick
      @DavidEPatrick 9 หลายเดือนก่อน +3

      You need Node 20.

    • @Notavaliable-p9u
      @Notavaliable-p9u 9 หลายเดือนก่อน

      ​@@DavidEPatrick thank you for the reply I appreciate it :)

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

      this is for just security you can use default version also like node server.js don't take care so much bro!

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

      @@DavidEPatrick you saved my day Thank you.

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

    awesome tutorial ❤

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

    hi there! i downloaded the repo off github after reviewing this tutorial and the list of employees does not seem to be displaying correctly (there are no employees listed, even after i add some). am i doing something wrong?

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

      create your own database it will work fine

  • @sfayzer
    @sfayzer 8 หลายเดือนก่อน +6

    you are just reading

  • @witelfortgelin5377
    @witelfortgelin5377 22 วันที่ผ่านมา

    Hello sir! How some one can enter in contact with you pls?

    • @MongoDB
      @MongoDB  17 วันที่ผ่านมา

      Hi, you can ask all your questions in our community forums!
      www.mongodb.com/community/forums/

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

    I like MongooseDB

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

      Mongoose is amazing!!

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

    omg font :8

  • @JualinTabletin-vq2kl
    @JualinTabletin-vq2kl 9 หลายเดือนก่อน +1

    Love your beard,

    • @atuldubey8146
      @atuldubey8146 9 หลายเดือนก่อน +3

      😂😂😂

  • @Goggins-davin
    @Goggins-davin 6 หลายเดือนก่อน +2

    You are just copy pasting and reading. Please explain more briefly

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

    ty for unprivate the video