MERN Stack Tutorial with Deployment - Beginner's Course

Поділитися
Вставка
  • Опубліковано 17 гру 2024

КОМЕНТАРІ • 287

  • @asaprogrammer_
    @asaprogrammer_ 3 місяці тому +237

    Hope it helps everyone! Thanks for watching ❤

    • @rafaelfigfigueiredo2988
      @rafaelfigfigueiredo2988 3 місяці тому +4

      Thank you

    • @Abhishek-WebDev
      @Abhishek-WebDev 3 місяці тому +2

      Thank you

    • @Suresh-iu2tx
      @Suresh-iu2tx 3 місяці тому +4

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

    • @doruktekel3438
      @doruktekel3438 3 місяці тому +1

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

    • @tawsifhaque9360
      @tawsifhaque9360 3 місяці тому +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 Місяць тому +102

    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 Місяць тому +2

      Thanks

    • @officialalvyn
      @officialalvyn Місяць тому +3

      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 Місяць тому +2

      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 Місяць тому +1

      You are amazing!thanks for that.

    • @congnguyenthe9137
      @congnguyenthe9137 Місяць тому +1

      thx a lot

  • @蘇泰儒
    @蘇泰儒 2 місяці тому +15

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

  • @BloodHacker.
    @BloodHacker. 2 місяці тому +17

    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.

  • @sks220
    @sks220 День тому +1

    Been about 3 years since I created a full stack app from the ground up when I was in training at my first job. This helped shake the rust off. I have a live coding interview tomorrow and I hope this prep was enough!

  • @Mark-sc2ew
    @Mark-sc2ew 3 місяці тому +4

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

  • @VaibhavSharma-hm2sr
    @VaibhavSharma-hm2sr 3 місяці тому +54

    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 2 місяці тому

      you're a gentleman and a scholar

    • @HassaanUddin7
      @HassaanUddin7 2 місяці тому

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

    • @suneel_in
      @suneel_in Місяць тому

      Thank you

    • @Peter-gz9yl
      @Peter-gz9yl Місяць тому

      You are a legend sir!

    • @codehaldar
      @codehaldar 23 дні тому

      Thanks buddy! Great help

  • @adelaniadedeji7856
    @adelaniadedeji7856 3 місяці тому +12

    First viewer from Nigeria

    • @mohammadiaa
      @mohammadiaa 3 місяці тому +5

      Are you a nigerian prince?

  • @ArpitAgrawal-nr7uc
    @ArpitAgrawal-nr7uc 2 місяці тому +1

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

  • @SJ-yf9xy
    @SJ-yf9xy 3 місяці тому +63

    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 Місяць тому +1

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

  • @strictlyunreal
    @strictlyunreal 3 місяці тому +17

    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.

    • @anant-strong
      @anant-strong 2 місяці тому +1

      🤭

    • @PixQuilly
      @PixQuilly 15 днів тому

      Yeah, that bothered me. But great tutorial nevertheless.

  • @n_fan329
    @n_fan329 2 місяці тому +3

    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"

  • @rafaelfigfigueiredo2988
    @rafaelfigfigueiredo2988 3 місяці тому +7

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

  • @willhamilton4093
    @willhamilton4093 3 місяці тому +3

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

  • @Ybmanucho
    @Ybmanucho Місяць тому +2

    This video just made me a full stack engineer

  • @sudarshanpatekar5632
    @sudarshanpatekar5632 3 місяці тому +3

    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.

  • @viratkohli4087
    @viratkohli4087 3 місяці тому +18

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

  • @Farrukhw
    @Farrukhw 3 місяці тому +4

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

  • @melikmehmetbyk4489
    @melikmehmetbyk4489 2 місяці тому

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

  • @Nehemiah_one
    @Nehemiah_one 2 місяці тому +5

    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 ❤

  • @ScottGiles-gy2xt
    @ScottGiles-gy2xt 2 місяці тому +3

    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.

  • @hamzanaqvi82
    @hamzanaqvi82 3 місяці тому +1

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

  • @denyslysenko9617
    @denyslysenko9617 2 місяці тому

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

  • @nefarious2404
    @nefarious2404 Місяць тому +1

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

  • @ShubhankarDas-t3c
    @ShubhankarDas-t3c 3 місяці тому +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 3 місяці тому

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

  • @ICodeForALiving
    @ICodeForALiving 3 місяці тому

    Looooong overdue. Thanks a lot guys!!!

  • @teddytez9003
    @teddytez9003 3 місяці тому +3

    finally a latest tutorial thanks a lot

  • @Justmisti3
    @Justmisti3 3 місяці тому +1

    This is such a smooth one.. ❤

  • @tjb2476
    @tjb2476 2 місяці тому

    Beautifully explained and much appreciated!

  • @fahaamtashfeen1040
    @fahaamtashfeen1040 2 місяці тому

    reallly solid tutorial so far

  • @AjayKumar-fd9mv
    @AjayKumar-fd9mv 3 місяці тому

    As usual awesome content

  • @User84367
    @User84367 6 днів тому

    thank you for explaining things. some minor problems as discussed in the comments but nice video

  • @AabhushanD
    @AabhushanD 3 місяці тому

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

  • @nevilll-d9o
    @nevilll-d9o 3 місяці тому +2

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

  • @Shah-d2p
    @Shah-d2p 20 днів тому

    Thank you; this video was very helpful.

  • @pglanville
    @pglanville Місяць тому

    Thanks a lot for this. It was very helpful.

  • @princek2339
    @princek2339 3 місяці тому

    Great Video, Completed

  • @brianrussell187
    @brianrussell187 3 місяці тому +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 Місяць тому

      how did u create an env file in mac

    • @suryatejess-u7l
      @suryatejess-u7l Місяць тому

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

  • @codehaldar
    @codehaldar 27 днів тому +1

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

  • @Adnaan-d6c
    @Adnaan-d6c Місяць тому +3

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

  • @BangUbe
    @BangUbe 3 місяці тому

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

  • @FF_INX
    @FF_INX 3 місяці тому +1

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

  • @1ronny65
    @1ronny65 3 місяці тому +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

  • @muhammadijaz6042
    @muhammadijaz6042 3 місяці тому

    Nice comprehensive stepwise progressive …👍

  • @aaron.mordeno
    @aaron.mordeno 5 днів тому

    16:30 - Does anyone else have this error in their terminal even after checking all IP, installation settings, server.js and .env files, etc. are correct?
    Error: Could not connect to any servers in your MongoDB Atlas cluster. One common reason is that you're trying to access the database from an IP that isn't whitelisted. Make sure your current IP address is on your Atlas cluster's IP whitelist

  • @lakshyarajdash
    @lakshyarajdash 3 місяці тому +1

    Thanks that helped me a lot

  • @jaysinhthakur3016
    @jaysinhthakur3016 3 місяці тому +2

    Hoooo im first to comment great community

  • @mwesigyenicholas7394
    @mwesigyenicholas7394 3 місяці тому

    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

  • @kafayatullahkhan943
    @kafayatullahkhan943 3 місяці тому

    Great work

  • @InamKhan-b1h
    @InamKhan-b1h 3 місяці тому +1

    Nice Project

  • @stefan429
    @stefan429 3 місяці тому +1

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

  • @odysseus5199
    @odysseus5199 2 місяці тому

    Ty alot bro, that really helps me

  • @manyakaanjorin8364
    @manyakaanjorin8364 Місяць тому

    at timestamp around 1:26:00 where we are creating this method for the CreateProduct section
    const res = await fetch("/api/products", {
    method: "POST",
    headers: {
    "Content-Type": "application/json",
    },
    body: JSON.stringify(newProduct),
    });
    when I test it, my code keeps failing and product is not created successfully. Has anyone else experience this? I went through the API calls tracing them and everything looks good. Any suggestions would be so helpful.

    • @manyakaanjorin8364
      @manyakaanjorin8364 Місяць тому

      what i did to fix it.
      Used Cors to configure backend to accept request from front end and I used the full backend port in the fetch definition for the front end

    • @ASMITPHUYAL-y2i
      @ASMITPHUYAL-y2i Місяць тому

      ​@@manyakaanjorin8364 was getting the same issue, thanks maan

    • @harshpatil8690
      @harshpatil8690 Місяць тому

      @@manyakaanjorin8364 how exactly? I am stuck here too.

    • @subject21calpha76
      @subject21calpha76 11 днів тому

      Hi, can you please detail the solution I'm having the exact issue

  • @Babolat3216
    @Babolat3216 29 днів тому

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

  • @Pets-px3lu
    @Pets-px3lu 2 місяці тому

    very nice ❤❤

  • @meme_tunnel
    @meme_tunnel 3 місяці тому +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).👍😌

  • @sreekanthakkidasari653
    @sreekanthakkidasari653 Місяць тому +2

    I am facing issue with frontend, react page not displaying

    • @prudencerasethuntsa3365
      @prudencerasethuntsa3365 Місяць тому +1

      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?

  • @kartikkaushik4743
    @kartikkaushik4743 3 місяці тому +1

    Pls bring more such course

  • @sadespair00
    @sadespair00 3 місяці тому +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.

  • @lindseyhoward3313
    @lindseyhoward3313 Місяць тому

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

  • @Sezodi
    @Sezodi 8 днів тому

    I followed all the steps until @14:06, but I my connection string in the console still shows Undefined. Can anybody help me with this?

    • @Qccccc
      @Qccccc 8 днів тому

      try putting the .env at the same level as your backend and frontend folder

    • @Sezodi
      @Sezodi 8 днів тому

      @@Qccccc the .env file is in the same folder as server.js

    • @Qccccc
      @Qccccc 7 днів тому

      @@Sezodi try shifting .env out to the root folder (i.e., same level as your backend and frontend folders). Initially, i faced the same issue as you but i tried to shift it out and it worked. I'm not sure if this is the right way.

    • @tawandagame6406
      @tawandagame6406 6 днів тому

      I'm having the same problem, I tried all the steps mentioned here and more I could find but still stuck on Undefined

  • @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 Місяць тому

      i do have the same :/

    • @yigit692
      @yigit692 Місяць тому

      same , did u solve it

    • @Thearkillian
      @Thearkillian Місяць тому

      Also having the same issue

    • @prudencerasethuntsa3365
      @prudencerasethuntsa3365 Місяць тому +1

      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"

  • @lakshyarajdash
    @lakshyarajdash 3 місяці тому +2

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

    • @asaprogrammer_
      @asaprogrammer_ 3 місяці тому +1

      Houston. Install it as an extension :)

    • @bryaneriksson1463
      @bryaneriksson1463 3 місяці тому

      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?

  • @No_W4r5
    @No_W4r5 3 місяці тому

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

  • @b3nce04
    @b3nce04 3 місяці тому

    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?

  • @vaibhavdighe6076
    @vaibhavdighe6076 3 місяці тому +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 3 місяці тому

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

    • @vaibhavdighe6076
      @vaibhavdighe6076 3 місяці тому

      @@adityaborse4424 Sure! Thanks Man.

  • @mustafailikkan7068
    @mustafailikkan7068 3 місяці тому +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 3 місяці тому

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

  • @prudencerasethuntsa3365
    @prudencerasethuntsa3365 Місяць тому

    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?

  • @s123-z8b
    @s123-z8b 20 днів тому +1

    After I do npm run build and npm run start, my localhost:5000 is blank with Cannot GET error. Anyone facing same issue?

    • @Toby-qd6ge
      @Toby-qd6ge 14 днів тому +1

      I get the same error when I do npm run dev but it only happened after i opened this project two days later

  • @ziblimzulka7533
    @ziblimzulka7533 3 місяці тому

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

  • @FranciscoBourquin
    @FranciscoBourquin 2 місяці тому +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 2 місяці тому +1

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

    • @HassaanUddin7
      @HassaanUddin7 2 місяці тому +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 2 місяці тому

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

    • @prabuterro9929
      @prabuterro9929 Місяць тому

      thanks

  • @shreyapandey6758
    @shreyapandey6758 3 місяці тому

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

  • @TGIF007
    @TGIF007 3 місяці тому +2

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

  • @rishiraj2548
    @rishiraj2548 3 місяці тому +1

    Great thanks

  • @mihiradeshappriya
    @mihiradeshappriya 2 місяці тому

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

    • @steveh7487
      @steveh7487 2 місяці тому

      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 2 місяці тому

      @@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 2 місяці тому

      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.

  • @unlock_don7647
    @unlock_don7647 Місяць тому

    very helpful

  • @mr.fabian8471
    @mr.fabian8471 3 місяці тому

    thank you so much !!

  • @gyaneswarrout
    @gyaneswarrout 3 місяці тому +9

    Please make a course on PERN STACK

    • @_nirajghimire
      @_nirajghimire 3 місяці тому

      He already did that. Go to his channel.

    • @gyaneswarrout
      @gyaneswarrout 3 місяці тому

      @@_nirajghimire outdated

    • @_nirajghimire
      @_nirajghimire 3 місяці тому

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

    • @technolus5742
      @technolus5742 3 місяці тому +2

      pernstar

    • @inter3988
      @inter3988 3 місяці тому

      ​@@gyaneswarroutoutdated in 3 months?

  • @sb-gp4wh
    @sb-gp4wh 2 місяці тому

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

  • @Ytsaikiran10
    @Ytsaikiran10 Місяць тому

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

  • @bruce7773
    @bruce7773 3 місяці тому

    Thank you 🙏

  • @henrichlacao1007
    @henrichlacao1007 2 місяці тому

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

  • @raiyanahmed8427
    @raiyanahmed8427 2 місяці тому

    DURING FRONTEND PART DONT DELETE REACT IMPORT, 59:22

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

  • @AJX0X0
    @AJX0X0 3 місяці тому +1

    bruh the copilot almost wrote the entire code for ya lol

  • @apschauhan1459
    @apschauhan1459 3 місяці тому

    'NODE_ENV' is not recognized as an internal or external command,
    operable program or batch file. I am getting this error while I am starting my server, how can I resolve it

    • @sadespair00
      @sadespair00 3 місяці тому

      I'm fix it
      npm install -g win-node-env install.

    • @apschauhan1459
      @apschauhan1459 3 місяці тому

      Will it work ? And will hosted on render?

    • @warnadeshansilva1310
      @warnadeshansilva1310 2 місяці тому

      @@sadespair00 Not working

    • @warnadeshansilva1310
      @warnadeshansilva1310 2 місяці тому

      Sorry its worked I think after npm run build and npm run start . Thank you

    • @s123-z8b
      @s123-z8b 20 днів тому

      In package.json file, under scripts write, "start:prod": "SET NODE_ENV=production node backend/server.js". Then do npm run start

  • @Geosavyy
    @Geosavyy 2 місяці тому

    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 Місяць тому

      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"

  • @DhirajKumar-zr1xp
    @DhirajKumar-zr1xp 3 місяці тому

    Error: Cannot find module '/opt/render/project/src/run'
    Facing this problem while deploying on render can anybody please help me out?

  • @forgottenvy
    @forgottenvy 3 місяці тому +1

    Does freecodecamp consider laravel dead?

  • @milleniummoses
    @milleniummoses 3 місяці тому

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

    • @keshaniperera1726
      @keshaniperera1726 Місяць тому

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

    • @milleniummoses
      @milleniummoses Місяць тому +1

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

  • @amine-ayedi
    @amine-ayedi 3 місяці тому +1

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

  • @Motiv8Quick-yl4un
    @Motiv8Quick-yl4un Місяць тому

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

  • @aris4537
    @aris4537 3 місяці тому

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

  • @amine-ayedi
    @amine-ayedi 2 місяці тому

    Can i add this project in my resume?

  • @meriemaloui3423
    @meriemaloui3423 Місяць тому

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

  • @pitpatepapatebom6868
    @pitpatepapatebom6868 3 дні тому

    How do I prevent anyone write in my data base with https methods ?

  • @shubhamrathod9249
    @shubhamrathod9249 2 місяці тому

    Thank you

  • @Alldeveloper2356
    @Alldeveloper2356 2 місяці тому

    Where is the login to web application part?