Notes App using Flutter & Node.js | Backend Ep. 4 - Deploying Node.js Server on Heroku | Hindi

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

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

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

    Due to some urgent work, next video will be a bit delayed and is set to be uploaded on Monday (December 27) at 06:00 PM 🕕

  • @priyanshasinghal3472
    @priyanshasinghal3472 Год назад +4

    I can't thank you enough for making this series 😭😭😭😭

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

    Thank you sir heroku mey api banaliya..❤️

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

    Heroku is not workinig now, can you make a video on how to host in Netlify?

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

    Beautifully explained. Keep it up

  • @bhubanmondal05
    @bhubanmondal05 8 месяцев назад

    Heroku alternative Render working for me, u have to sign out and sign in again in render if u face issue and give node src/server.js for start command wait for 10 min to upload,,, bye

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

    Please make a video and upload in AWS/render/netlify

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

    You are just awesome sir

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

      No, you're awesome! Thanks for watching 😁

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

    Great tutorials so far! Thanks a lot

  • @piyushkumar3997
    @piyushkumar3997 27 дней назад

    User render as alternative

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

    great

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

    My Indian credit card is not working in Heroku. And without adding billing details, I am not able to create an app. So how did you solve this ?

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

    Nice content you make this so simple.
    Can you please make video about how to call localhost API in flutter and run on real device without Heroku.
    I have been tried multiple solutions like putting the IP address and Host name but it shows me error "route not found". I also search the it says that your server is not running but my NodeJS server is running fine and in the postman API is giving correct response.
    So, Can you help me..

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

    hi they askinmg for payment

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

    Please create a video on AWS ,How to use in flutter .

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

    Heroku requires the credit card information but i don't have any?? Is there any alternatives for hosting?? Thanks in Advance !

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

    how to setup on aws, sir please

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

    How to run over app in background in flutter make video on

  • @m.a.l4881
    @m.a.l4881 2 года назад

    Hi sir thanks for this very helpfull video. Can you explain how to setup node JS server for flutter web app please?

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

      The process remains the same as the backend does not depend on the client type. You can just deploy your backend the same way as you'll do for any other app.
      And then from the client (flutter web) make requests using the http package to fetch and send data.

  • @sanjeevkumar-nq8we
    @sanjeevkumar-nq8we 2 года назад

    Thanks Sir In Case Heroku Server is not running then our app runs on 5000 local port?

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

      By default Heroku starts the server in PORT 80, that's why we used process.env.PORT to get that port exactly.
      But in case of some other services like AWS, we can set our own PORT. So, in that case we'll be using the PORT 5000.
      So the code is written like that just so we don't have to change the code if we wish to switch to a different hosting.

    • @sanjeevkumar-nq8we
      @sanjeevkumar-nq8we 2 года назад

      @@RohitSemriwal Sir did you analyze the production app pricing between heroku and firebase. I think firebase is better choice.

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

    Hello Sir,
    Aap flutter app ko debug kese karana hai vo bata sakte hai kyoki error kaha aa rahi hai uska pata chale.
    Thanks for giving me your important time

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

      1. You can set breakpoints in your IDE to stop the code at a particular line and then continue from there.
      2. Most of the times if you see the error carefully there will be a file name and the line number for the error.
      3. Use print or log to print messages in the console for different processes you execute so you can track what's causing the problem.
      There are many more ways you can see what works best for you.

  • @ChandanRoy-qi4qt
    @ChandanRoy-qi4qt Год назад

    Netlify me upload kardo please brooooo 🙏🙏🙏🙏🙏🙏
    Heroku kam nahi kar raha

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

    Hello Sir,
    Please aap Flutter ke testing per video banaiye kyoki mene sabhi youtube ke video dekhe baad me mene blog bhi bhot sare padhe lekin kisi me bhi proper solution nahi mila to meri aapse request hai ki aap please Flutter Testing ka full video banao.
    Agar aap ke pass abhi koi solution hai to please aap link de sakte hai sir.
    Thank You For Giving Me Your Important .

  • @MuhammadHassan-tg3uy
    @MuhammadHassan-tg3uy Год назад

    Hi Rohit Sir, you used free heroku but now when i created an account on heroku it is paid? how can i sign up for free heroku?

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

      When this video was created, Heroku had a free tier option. But sadly, they've stopped providing free services recently.
      You can check out AWS Free Tier or some other alternatives.

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

    In next video we expect unique flutter UI. When will come next?

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

      Coming Monday (December 27) at 06:00 PM 🕕

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

      @@RohitSemriwal as the current time heroku is not working any more is there any alterantives