HEROKU CANCELLED - Deploy FullStack NodeJS App To Render

Поделиться
HTML-код
  • Опубликовано: 19 ноя 2024
  • НаукаНаука

Комментарии • 70

  • @Steve_Chandan
    @Steve_Chandan Год назад +1

    Thank you so much. This is a detailed explanation video on how to deploy mern application (frontend + backend) on render.

  • @shahilkumar5991
    @shahilkumar5991 Год назад

    You are great brother. It is my first time that I see one video and deploy my whole website.Thanks brother.

  • @kostabrillakis36
    @kostabrillakis36 2 года назад +2

    THANK YOU FOR THIS VIDEO! I've got the front end up and almost the backend. I just cannot get it to connect to mongodb

  • @w3cs598
    @w3cs598 Год назад

    This guy is too much. Thanks. This helped me with another problem I had.

  • @ksheetizagrahari4710
    @ksheetizagrahari4710 Год назад

    Most easy to follow and updated from all to hard tutorials out there !! KUDOS 🙌

  • @Trilioh
    @Trilioh Год назад

    Thank you so much for this!
    I wasted days with convoluted misleading guides, but it's actually so simple :)

  • @eggxecution
    @eggxecution Год назад

    Guys take note, if it fails, read the errors, especially in MERN stack. If the error is module not found in my case, it was express, cors, and others. Manually type those packages inside the package.json. It will work. I encountered module not found error in my backend folder. It turns out that my package.json frontend included all of it but not my package.json backend so I copied it into my package.json in my backend folder and it worked. You have to manually include/type it in package.json.

  • @ajay_kumar_m_
    @ajay_kumar_m_ Год назад

    I hosted a Java SpringBoot project Runt Time as Docker. The deployment was successful. But I'm not able to update the website or make any changes. I even deleted my render account, github repo. even I tried with creating new github account. Nothing is working. whenever I deploy my project file, it is hosting my old website only. How to get rid of this problem?

  • @stan-beats
    @stan-beats Год назад

    i've been struggle with vercel for two days, but when I discover render I said wow

  • @Krishna_Bansal
    @Krishna_Bansal Год назад

    Easiest video on youtube
    Thanks a lot sir

  • @muhammadubaid6576
    @muhammadubaid6576 Год назад

    make playlist on (how to create document management and tracking system in mern stack) and fully explained it with code

  • @darmar8609
    @darmar8609 2 года назад

    Thank you so much, took me a few hours to find what I needed! Blessings to you sir!

  • @priyanshmishra404
    @priyanshmishra404 Год назад

    Thankyou soo much zino trust academy, your tutorial was very easy and to the point..i was finally able to depoy my application on render

  • @betadojo
    @betadojo Год назад

    my deploy fails with this message -- Service Root Directory "/opt/render/project/src/index.js" is missing.

  • @karinagrk7030
    @karinagrk7030 2 года назад +1

    This works for any mern app. Thanks for the tutorial

    • @eggxecution
      @eggxecution Год назад

      is this free, do I need bank account to register? I want to host my backend and front end to this site.

  • @aryajha4428
    @aryajha4428 Год назад

    Which files are to be put in frontend and which in backend if i have html,css,js files as well as ... it's really confusing, also i am seeing you have few files in both frontend and backend folder...like node_modules. So are we suppoed have them in both folders?

  • @Wifg123
    @Wifg123 Год назад

    Thanks now my project is running again!!

  • @sairajkulkarni1347
    @sairajkulkarni1347 Год назад

    how to deploy projects that contain ejs files and react is not used

  • @Maceta444
    @Maceta444 Год назад

    Worked like a charm. Thank you so much!

  • @jeremybarquero9748
    @jeremybarquero9748 2 года назад +1

    can you make an example using angular deployment like MEAN stack?

  • @jason9468
    @jason9468 2 года назад +2

    Can you please show how to deploy to Render for a PERN stack backend? I created a Web Service on render for my backend and added the URL on the frontend (hosted on firebase), but I am getting Uncaught (in promise) errors on my deployed site. It doesn't seem to be connecting to the backend. My app uses postgres

    • @ZinoTrustAcademy
      @ZinoTrustAcademy  2 года назад

      You need to go to firebase settings and add the frontend url to the list of urls that can access firebase data.

  • @eagle_raj
    @eagle_raj 2 года назад +1

    Nice video. Thanks for sharing. Please, make a video on Vercel Deploy.

  • @AjayPrajapati-cz2oz
    @AjayPrajapati-cz2oz 2 года назад

    i am trying to deploy my projects backend server but after all it shows Build folder npm start does not exist! what to do right now please help me

  • @Buffnerd_i
    @Buffnerd_i Год назад +2

    I want to thank you for your time and explaining this in a super easy manner.
    Render is way more friendly than heroku.

    • @AjitSingh-vj6wf
      @AjitSingh-vj6wf Год назад

      Hey had you added ssl certificat in your backend?

  • @jovarghese1253
    @jovarghese1253 Год назад

    Can anyone tell me how to add custom domain for our static site which i purchased from go daddy

  • @qlevrqt8886
    @qlevrqt8886 Год назад

    so theres a package.json in both front and back end?

  • @jimwang614
    @jimwang614 Год назад

    Thank you for this simple and clear tutorial.

  • @VivekYadav-up7uu
    @VivekYadav-up7uu Год назад

    make a video on how to connect a custom domain with Godday to Render

  • @johnsunday3548
    @johnsunday3548 Год назад

    Bross Zino, Nice one great job ...I successfully uploaded an Express server built successfully but when I clicked on the the created link it returned page not found/page not allowed . How do go about that can I still go ahead to deploy the front end with the created link as it is?
    I didn't see you try to open the created link for the back end and it worked will it still work that way .
    Pls thanks ....

  • @DirtyDan612
    @DirtyDan612 2 года назад +2

    Hi, everything is working fine except when i make api calls I get a 404 not found and nothing gets submitted to MongoDB either after replacing url like you did, any ideas how i can fix this? Thanks in advance.

    • @ZinoTrustAcademy
      @ZinoTrustAcademy  2 года назад +1

      Check your frontend deploy, I suspect the backend url environment variable may be the issue. Also check all your encouragement variables.

    • @DirtyDan612
      @DirtyDan612 2 года назад +2

      @@ZinoTrustAcademy Thanks for you quick response. After going back and rechecking the code in my frontend, I realized I copy and pasted the static site url from Render and not the web service one 🤦🏻‍♂️. Everything is working now, thanks so much. Liked and subscribed 👍🏼.

  • @natigagharzayev3936
    @natigagharzayev3936 Год назад

    Thank you for video, it helps me a lot

  • @jonathanjohnson2785
    @jonathanjohnson2785 Год назад

    Great video man. Subscribed

  • @ermechcoder2020
    @ermechcoder2020 Год назад

    thank you bro. for making this type of contents.

  • @jorgeloaiza3406
    @jorgeloaiza3406 Год назад

    Nice video. It was helpful. Thank you.

  • @Kawsar-xu3gm
    @Kawsar-xu3gm Год назад

    Thanks, bro ❤
    from Bangladesh❤

  • @luiskabal1595
    @luiskabal1595 Год назад

    Can I use Render as a production enviroment?

  • @saurabhbisht2238
    @saurabhbisht2238 Год назад

    Hii iam working on different mern project everything is working fine but when i reload the page it just says 404 error not found.......it is working well in local host it is not working after deployment.....

  • @mohammedabdo1277
    @mohammedabdo1277 2 года назад +1

    What about the frontend, will it work without node modules?? shouldn't it be 2 commands one for build and one for installing node modules??

    • @ZinoTrustAcademy
      @ZinoTrustAcademy  2 года назад

      Follow the tutorial, it will work. But it's better to host your frontend on vercel or Netlify.

    • @mohammedabdo1277
      @mohammedabdo1277 2 года назад

      @@ZinoTrustAcademy thanks alot

  • @mohammadadnan8955
    @mohammadadnan8955 2 года назад

    Awesome tutorial brother.... thanks soo much

  • @gulara14
    @gulara14 2 года назад

    Hi, I followed you instruction of deploying, but get error 400, I guess frontend could not fetch the backend’s url. Do you have any suggestions on solving with error? I stuck on this error way too long, and my website is not working yet.

  • @vivienhounsounou1867
    @vivienhounsounou1867 Год назад

    that's way too much work, you can do all of that with a single monolith using heroku

  • @shissmissshrishti
    @shissmissshrishti Год назад

    Intrrnal server error

  • @MuhammadAkbar-sy7zm
    @MuhammadAkbar-sy7zm Год назад

    thank you my brother🤩

  • @jeremyikwuje
    @jeremyikwuje Год назад

    Thanks for this tut

  • @muhammadubaid6576
    @muhammadubaid6576 Год назад

    great dear amazing keep it up

  • @shubhamsingh-gb5zh
    @shubhamsingh-gb5zh 2 года назад

    Where to deploy databases

  • @mikhailzhuravliov
    @mikhailzhuravliov Год назад

    nice, ty!

  • @sofiMajeed-e7v
    @sofiMajeed-e7v Год назад

    It Helped Bro

  • @aryanmore2845
    @aryanmore2845 Год назад

    i would like to expand this guy 🤣🤣🤣🤣🤣🤣🤣🤣

  • @mekarosiassa6328
    @mekarosiassa6328 2 года назад

    Thanks!

  • @parkerAmv
    @parkerAmv 2 года назад

    Now we have to pay :(

  • @nobodyeverybody8437
    @nobodyeverybody8437 2 года назад

    thanks 😊

  • @randerins
    @randerins Год назад

    Render is so much better!

  • @asmodeus3424
    @asmodeus3424 2 года назад

    I fucking love you man ❤️❤️❤️

  • @jasontsai8596
    @jasontsai8596 8 дней назад

    good I success, but I prefer the way to deploy in heroku, just one single repository

  • @Gabriel-zt7pk
    @Gabriel-zt7pk 2 года назад

    my api closes every 5 minutes, any idea how to solve it?

    • @ZinoTrustAcademy
      @ZinoTrustAcademy  2 года назад

      I don't know what your API does, but read this and see if it's relevant.
      render.com/docs/free#:~:text=The%20free%20plan%20allows%20for,is%20charged%20at%20%240.10%2FGB.

  • @ZinoTrustAcademy
    @ZinoTrustAcademy  2 года назад +1

    ✅ MERN Stack Course 👇
    olink.to/mern-course

    • @keshav2902
      @keshav2902 Год назад

      I have kept Frontend folder inside backend folder. Please help me what to do

  • @louisp385
    @louisp385 Год назад

    Thank you