MERN Stack Tutorial with Deployment - Beginner's Course

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

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

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

    Hope it helps everyone! Thanks for watching ❤

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

      Thank you

    • @Abhishek-WebDev
      @Abhishek-WebDev 2 หลายเดือนก่อน +2

      Thank you

    • @Suresh-iu2tx
      @Suresh-iu2tx 2 หลายเดือนก่อน +4

      Good to see you here bro. I followed your threads clone and built it

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

      Another Buraks video , but i just done your chat app :)

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

      so npm run build in vite produces a dist foldet that we use for production. how would we do the same for next.js? npm run build in next.js produces a .next folder. what do we target in the .next folder to be used for production when we use express as the backend?

  • @zeljkokovacevic3960
    @zeljkokovacevic3960 24 วันที่ผ่านมา +50

    This tutorial uses chakra-ui v2, and the v3 was released a week ago. So, to follow this video you have to specify version 2 for both UI and icons. I hope this helps.
    npm i @chakra-ui/react@v2.10.3 @emotion/react @emotion/styled framer-motion
    npm i @chakra-ui/icons@v2.1.1

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

      Thanks

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

      You are a Northern Start that just guided me i have spent 72hours looking for the reason my code wasn't working. and when i did i didn't know how to roll back to v2 until i saw your comment . So thank you very very much

    • @Thearkillian
      @Thearkillian 18 วันที่ผ่านมา +1

      This comment needs to be pinned. I hit a road block with this project trying to figure out why it wasn't working. Doesn't help that chakra UI has 2 different websites. Thank you so much for this

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

      You are amazing!thanks for that.

    • @congnguyenthe9137
      @congnguyenthe9137 15 วันที่ผ่านมา

      thx a lot

  • @蘇泰儒
    @蘇泰儒 หลายเดือนก่อน +7

    My first MERN project! I love it !! and I've learned a lot from the tutorial !! thanks a lot!

  • @BloodHacker.
    @BloodHacker. หลายเดือนก่อน +12

    Great tutorial ! However, there's a small improvement that could be made at 36:15. If you send a DELETE request using a valid MongoDB ID (with the correct length and syntax) but for a non-existing product, it won't trigger an error; instead, it will return a status of 200. To fix this, a validation should be added to check if the product exists in the database.

  • @Mark-sc2ew
    @Mark-sc2ew 2 หลายเดือนก่อน +2

    Thank you! This is hands down the best explained MERN tutorial project I've come across.

  • @SJ-yf9xy
    @SJ-yf9xy 2 หลายเดือนก่อน +56

    Hello team freecodecamp, can u please make a tutorial for MERN Stack from scratch which covers all the elements of the stack ? A beginner to advanced tutorial?
    We're very thankful to you guys for your help 👐

  • @tanvimehta
    @tanvimehta 11 วันที่ผ่านมา

    This is an amazing tutorial. Liked the way each minor concept was explained.

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

    This is amazing 🎉
    I been a front end engineer for some year's now and I recently decided to Learn MERN stack and a
    I saw your video and that's it
    I well know that the knowledge I have as a front end engineer helped me allot but you also did a great job
    Weldone..
    You just got a new subscriber ❤

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

    This is brilliant, and the explanations are great, not to mention I now understand how to use the Postman workbench. ⭐⭐⭐⭐⭐

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

    çok sade ve temiz bir anlatımla hızlı bir crash course olmuş ellerine sağlık. Daha çeşitli içeriklerini de takip ediyor olacağım.

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

    This project was really good and also the explanations of the code helped understand the project better. Keep up the good work. You made all the steps really easy to follow.

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

    This came exactly when I wanted to learn the stack better, yoj guys are great

  • @Ybmanucho
    @Ybmanucho 22 วันที่ผ่านมา +1

    This video just made me a full stack engineer

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

    Awesome tutorial! Thank you! I`ve just deployed the app. Everithing is clear.

  • @ArpitAgrawal-nr7uc
    @ArpitAgrawal-nr7uc หลายเดือนก่อน

    This is the most amazing video i have seen in context to MERN

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

    Thank you for bringing the practical knowledge to us. Really appreciated.

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

    you guys are the goats, not sure if you get money out this, but at least helping others will benefit yall ❤

  • @VaibhavSharma-hm2sr
    @VaibhavSharma-hm2sr 2 หลายเดือนก่อน +47

    For those who are getting this error
    "NODE_ENV" is not recognized as an internal or external command, operable command or batch file.
    install this - npm install cross-env --save-dev
    then add cross-env before both -
    "scripts": {
    "dev": "cross-env NODE_ENV=development nodemon backend/server.js",
    "start": "cross-env NODE_ENV=production node backend/server.js"
    }
    then npm run start
    "you re good to go 😊"

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

      you're a gentleman and a scholar

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

      Thanks man! how did you come to know the solution?

    • @suneel_in
      @suneel_in 29 วันที่ผ่านมา

      Thank you

    • @Peter-gz9yl
      @Peter-gz9yl 18 วันที่ผ่านมา

      You are a legend sir!

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

    Beautifully explained and much appreciated!

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

    This is what i want love from india❤ Thanks free code camp for getting this tutorial for us

  • @ScottGiles-gy2xt
    @ScottGiles-gy2xt หลายเดือนก่อน +2

    right-hand side of 'in' should be an object, got undefined while building the frontend at around 1:10:00. I wish it was just shown with no auto-imports or install. Those things make it very hard to follow along.

  • @ShubhankarDas-t3c
    @ShubhankarDas-t3c 2 หลายเดือนก่อน +7

    It is very helpful if freecodecamp make a video about Ai engineering from scratch. As an complete beginner it is very difficult to know how to start AI engineering and AI related learning from scratch and the good road map that includes step by step instructions or materials to make a person as an AI engineer.

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

      I also finding this type of videos . very helpful if it release at recent time as much as possible

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

    Looooong overdue. Thanks a lot guys!!!

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

    8:30 no need for nodemon in the latest version of node, same thing for .env. To combine both without installing just add --watch flag within the server script : "dev":"node --watch --env-file=.env backend/server"

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

    First viewer from Nigeria

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

      Are you a nigerian prince?

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

    reallly solid tutorial so far

  • @pglanville
    @pglanville 7 วันที่ผ่านมา

    Thanks a lot for this. It was very helpful.

  • @nefarious2404
    @nefarious2404 19 วันที่ผ่านมา

    im not even done with the vid but i have learned a lottt ty my guy

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

    finally a latest tutorial thanks a lot

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

    Most needed I am confused a little in this thank you for providing this video.❤🎉

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

    1 doubt
    Why to use zustand to avoid prop drilling when we can use built-in hook useContext? btw thanks a lot

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

    This is such a smooth one.. ❤

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

    Why is it called the MERN stack? Doesn’t using Express imply that you are already using Node? Seems redundant.
    Why not call it the REM stack? No redundancy, and it flows frontend to backend: React UI, calls Express API, which queries a Mongo DB

  • @suryatejess-u7l
    @suryatejess-u7l 2 หลายเดือนก่อน +1

    for mac users who are getting an error an error in the beginning, it's because the "5000" port is used by the air play reciever. turn it off and you are good to go.

    • @sovitagarwal9813
      @sovitagarwal9813 28 วันที่ผ่านมา

      how did u create an env file in mac

    • @suryatejess-u7l
      @suryatejess-u7l 28 วันที่ผ่านมา

      ​@@sovitagarwal9813 if you are using terminal, use the "touch .env" command. if you are using a code editor like vs code, you shall see an option/ button to create file i.e. ".env"

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

    this tutorial is pretty good, a bit too reliant on the copy-pasting toward the end though

  • @AjayKumar-fd9mv
    @AjayKumar-fd9mv 2 หลายเดือนก่อน

    As usual awesome content

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

    Nice comprehensive stepwise progressive …👍

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

    Great Video, Completed

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

    1:14:42 Using Copilot when making tutorials is a very bad experience for the people who are following the tutorial, because you always have to pause the video to write what you did just by pressing a key. That means a context switch every 10 seconds or so, which kills concentration and will, honestly! If it were written by hand, no pause would be needed. Always keep that in mind: how would someone that is doing on his own PC what I'm doing in the tutorial be able to follow me? What would their experience be? If it's not seamless, then your approach is flawed.

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

    hi, Thanx for the great video, wont it be of good practice if we could first check whether the element we want to delete or update exist in the database before we proceed

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

    Pls bring more such course

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

    Great... Thanks a lot to share this with us.

  • @Babolat3216
    @Babolat3216 3 วันที่ผ่านมา

    What extensions are used in the video, where it has explanations for methods, objects, etc on hover?

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

    Ty alot bro, that really helps me

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

    FCC cares about our skils even more than ourselves...❤

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

    To be honest am not here for programming but u did a course on davinci resolve so regarding that i hopping one day u'll also make one for houdinisidefx and one for blackmagic fusion (composting).👍😌

  • @unlock_don7647
    @unlock_don7647 14 วันที่ผ่านมา

    very helpful

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

    Great work

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

    "NODE_ENV" is not recognized as an internal or external command, operable command or batch file.
    npm install -g win-node-env
    Try installing this and it should work.

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

    Thanks that helped me a lot

  • @amine-ayedi
    @amine-ayedi หลายเดือนก่อน

    Can i add this project in my resume?

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

    what are the pre requirements for this tutorial?? what should you know before following this??

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

      should know the basics of the individual technologies (HTML, CSS, JavaScript, React, Node.js, Express.js, and MongoDB) since he doesn't explain them for anyone who'd be a beginner - but he does show how to put everything together

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

      @@steveh7487 I am a beginer. What extent do you need to learn about these topics. Can you recommend some vedios on youtube foreach topic? There are lot of courses and playlists but i cant find relevent courses correctly since i am a beginner. When you look at Js it has 3hrs 4hrs 12hrs 22hrs i dont know what to choose.

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

      I havent done it yet, but i'll do it now. I think you have to know the basics, mainly javascript, but meanwhile you're doing the course you can look up wwhat you dont know or understand yet in google, docs, or evne chatgpt. Is a very good way to learn, as you're building your knlowledge by building projects.

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

    How can I view details about variables like you? When I hover something in VSCode it just shows "Any". Also every object has different colors while mine is just all blue

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

    hey, just wondering which extension you're using for the snippets that are showing in your editor?

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

    Hello, I have a question. Why is he using just router component without any router component? I just want to know if it's a good practice

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

    Great thanks

  • @mr.fabian8471
    @mr.fabian8471 2 หลายเดือนก่อน

    thank you so much !!

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

    Thank you 🙏

  • @Pets-px3lu
    @Pets-px3lu หลายเดือนก่อน

    very nice ❤❤

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

    Please make a tutorial like this on using VueJS or nuxt js also ❤❤❤❤❤❤❤❤❤

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

    Hello. For global state abstraction, which of these are optimal: redux, mobx and zustand ?

  • @InamKhan-b1h
    @InamKhan-b1h 2 หลายเดือนก่อน +1

    Nice Project

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

    Does freecodecamp consider laravel dead?

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

    What are the prerequisites for this project?
    I know HTML, CSS and Javascript.
    Can I learn MERN Stack by watching and developing this project?

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

      i think you should learn react first... do a separate course on react and express if possible then come here...

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

      @@adityaborse4424 Sure! Thanks Man.

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

    Okay, but why you put the node_modules folder for the backend to the root folder? It wouldn't be better to put it into the backend folder where it originally must placed?

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

    Thank you

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

    Please make a course on PERN STACK

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

      He already did that. Go to his channel.

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

      @@_nirajghimire outdated

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

      @@gyaneswarrout who said? its awesome.
      where did you check?

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

      pernstar

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

      ​@@gyaneswarroutoutdated in 3 months?

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

    Thanks a lot, but after doing cross-env my app has no products display though mongodb has.

  • @nevilll-d9o
    @nevilll-d9o 2 หลายเดือนก่อน +2

    Hey @asaprogrammer_ is that an extension used to autofill at 14:30? Filling the mongoose database in try.

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

    I am following this tutorial but I am using a mongodb docker container on my machine instead of Atlas. I needed to change the app.delete line in server.js like this to make it work: await Product.findByIdAndDelete({ _id: new mongoose.Types.ObjectId(id) }); Otherwise it did not delete the record from db.

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

      My bad! I was forgetting to add "Content-Type: application/json" header when sending the request.

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

    Thankyou

  • @sreekanthakkidasari653
    @sreekanthakkidasari653 21 วันที่ผ่านมา +1

    I am facing issue with frontend, react page not displaying

    • @prudencerasethuntsa3365
      @prudencerasethuntsa3365 10 วันที่ผ่านมา

      Yeah me too, the issue is the conflicting package.json files, the backend's is in the root and the frontend's in it's own folder so it keeps running from the root never invoking from the frontend folder. Did you find the solution?

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

    Where is the login to web application part?

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

    Hi, after paste the code, how you import the at top? Using extension or shortcut vs code?

  • @amine-ayedi
    @amine-ayedi 2 หลายเดือนก่อน +1

    est t-il possible d'ajouter un login à cet application?

  • @Motiv8Quick-yl4un
    @Motiv8Quick-yl4un 22 วันที่ผ่านมา

    Which code autocompletion tool/extension did author use? Is it AI?

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

    Can u also do full stack python web developer tutorial? Plz it will be very helpful.

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

    when i complete the application, it doesn't run what is the problem please

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

    Hoooo im first to comment great community

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

    What's the theme name that this guy's using? Please tell if anyone knows.

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

      Houston. Install it as an extension :)

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

      I went through about 15 extensions until I found it haha. Then I just saw this comment 🤦‍♂ Also, which vscode icon extension do you use?

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

    @ freecodecamp please make a full stack PHP / laravel backend.thanks

  • @AbdusSalam-rz4qx
    @AbdusSalam-rz4qx 24 วันที่ผ่านมา

    completed on 29/10/24

    • @prudencerasethuntsa3365
      @prudencerasethuntsa3365 10 วันที่ผ่านมา

      Congratulations 😅I am having trouble running the frontend part, looks like the package.json files are conflicting, how did you get through that part? How is your file structure? I have the backen's package.json in the root folder and the frontend's in it's folder, it seems i cannot run both, always invokes the one in root

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

    Gracias, por tu culpa hice todo mal en el proyecto y todos los equipos se atrasaron 👍

  • @Ytsaikiran10
    @Ytsaikiran10 26 วันที่ผ่านมา

    the put method is not working in my project it is showing no response in body->raw->section can some one explain

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

    bruh the copilot almost wrote the entire code for ya lol

  • @sb-gp4wh
    @sb-gp4wh หลายเดือนก่อน

    @9.29 what's the vscode extension that is causing the get to autocomplete?

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

      I think it’s copilot

  • @Kris1027_
    @Kris1027_ 21 วันที่ผ่านมา

    What is the name of the theme?

  • @prudencerasethuntsa3365
    @prudencerasethuntsa3365 10 วันที่ผ่านมา

    I am experiencing an issue running the frontend from the get go, the issue seems to be the conflicting package.json files, the backend's is in the root and the frontend's in it's own folder so it keeps running from the root never invoking from the frontend folder. Can anyone assist please?

  • @Adnaan-d6c
    @Adnaan-d6c 9 วันที่ผ่านมา

    why is frontend page being blank even after I installed vite , could anyone help ?

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

    Hi, someone is having troubles when using Chakra UI?? I cant just show the button, idk what exactly happens and cant solve it

    • @markusplatzdasch2769
      @markusplatzdasch2769 26 วันที่ผ่านมา

      i do have the same :/

    • @yigit692
      @yigit692 26 วันที่ผ่านมา

      same , did u solve it

    • @Thearkillian
      @Thearkillian 25 วันที่ผ่านมา

      Also having the same issue

    • @prudencerasethuntsa3365
      @prudencerasethuntsa3365 10 วันที่ผ่านมา

      Got this from comments above:
      "This tutorial uses chakra-ui v2, and the v3 was released a week ago. So, to follow this video you have to specify version 2 for both UI and icons. I hope this helps.
      npm i @chakra-ui/react@v2.10.3 @emotion/react @emotion/styled framer-motion
      npm i @chakra-ui/icons@v2.1.1"

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

    Anyone having Content Security Policy issue while trying to run "npm run start"? Great content by the way.

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

      Serach about cors and this is a common problem

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

    ❤❤

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

    I am getting an error in deployment "NODE_ENV is not recognized as an internal or external command" how do I fix it

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

      did you solve it?? I tried this one but still do not works on me
      "dev": "set NODE_ENV=development && nodemon ./backend/server.js",
      "build":"npm install && npm install --prefix frontend && npm run build --prefix frontend",
      "start": "set NODE_ENV=production && node backend/server.js",

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

      Same for me

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

      @@yusufkaandemirbas4451 Fixed It
      "dev": "SET NODE_ENV=development& nodemon backend/server.js",
      "build": "npm install && npm install --prefix frontend && npm run build --prefix frontend",
      "start": "SET NODE_ENV=production& node backend/server.js"

    • @moonchild_아포방포
      @moonchild_아포방포 2 หลายเดือนก่อน

      Same.. got error while deploying

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

      @@yusufkaandemirbas4451 its not working 😭😭😭😭

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

    the product updating isn't working

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

    Hey i’m having an issue maybe someone else is having the same problem. I go to start up the webpage the only thing i’m getting is “Cannot GET /“

    • @keshaniperera1726
      @keshaniperera1726 24 วันที่ผ่านมา

      got the same, may be as you are trying to start it from root, as the react application is first made inside the frontend folder first go inside it with terminal command "cd frontend" after that try to start with "npm run dev"

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

    setting up relational databases with Gitpod a bit unclear. A step-by-step guide on properly opening and initializing the environment would be really helpful for learners

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

    What extension was used for code snippet autocompletion and is it free?

    • @keshaniperera1726
      @keshaniperera1726 24 วันที่ผ่านมา

      its ES7 React/Redux/GraphQL extension in vs code..yes its free

    • @milleniummoses
      @milleniummoses 24 วันที่ผ่านมา +1

      @@keshaniperera1726 Thank you. Let me isntall it now.

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

    hi everyone greetings from Argentina. I made a somewhat silly mistake but wanted to share it with everyone since it can happen to someone else. Always check your backend server is running, otherwise the requests won't get processed. That's what happened to me. Kept checking my code and was fine but completely forgot to start the backend server since I was focusing on the frontend at that particular point. So I was creating products but when clicking the button to send the data got a json-related mistake but was because my backend wasn't running.
    Happy coding!

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

      oh man thanks a lot I was making the same mistake. Muchas gracias!

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

      I got very confused since I using was typescript so I thought it was type error. Spent around 2 hours looking for the bug but failed, came back after few hours and saw your comment.

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

      @@HassaanUddin7 Glad to know I helped someone with my comment 😄😄

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

      thanks

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

    What is the theme you are using?

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

      Houston

  • @sovitagarwal9813
    @sovitagarwal9813 28 วันที่ผ่านมา

    am not able to make .env file on mac