🚀 Set Your Flask App on Fire for FREE! | Deploying to the Cloud with Rocket Speed

Поділитися
Вставка
  • Опубліковано 5 січ 2025

КОМЕНТАРІ • 44

  • @PragyanJyotiDutta-k7c
    @PragyanJyotiDutta-k7c 11 місяців тому +4

    thank you so much! I was struggling trying to host my portfolio projects on other platforms. This really helped me out

  • @ij953
    @ij953 Рік тому +2

    Thank you. I tried it and it worked. Very helpful !

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

    I have localhost postgresql as the backend for my application how to deploy the flask app now,should I deploy the db separately and change the db uri .I am a bit confused can you guide me if possible

  • @only1smokey
    @only1smokey 9 місяців тому

    Thank you I searching for a free way to host my API for the non profit organization I'm running and finally found it! THANKS A LOT!

  • @abhishekbhadra6307
    @abhishekbhadra6307 5 місяців тому

    Thanks Mithun.😊😊 Very Nicely explained.

  • @samagrashrivastava8042
    @samagrashrivastava8042 9 місяців тому

    It worked !!!!!!!🎉 Thank you soo much brother❤

  • @triposat
    @triposat 6 місяців тому +1

    Thanks bro. It's working...

  • @dharmareddykotha3798
    @dharmareddykotha3798 Рік тому +2

    Thank you sooo much sir!!

  • @laxmikantparate8115
    @laxmikantparate8115 Рік тому +1

    Thank you bhaiya, it helped a lot

  • @isha9731
    @isha9731 9 місяців тому

    Thank you for sharing this information. I am facing one problem can you tell me how to resolve that one , in my project I have used local machine paths while deploying what changes I need to do

  • @zerobear-xf7qh
    @zerobear-xf7qh Місяць тому

    does this still works i have seen more then 3 videos which took hrs and they does not work now

  • @-Adhi-
    @-Adhi- 7 місяців тому +3

    Getting error : No open ports detected in Flask , please help

    • @sonic8873
      @sonic8873 7 місяців тому

      u dont have ports specified if __name__ == '__main__':
      app.run(port=5001)

  • @abhishek_illusion
    @abhishek_illusion 8 місяців тому +1

    thanks bro it works

  • @innovatorschannel1919
    @innovatorschannel1919 9 місяців тому +2

    Hey how do I connect my flask database

  • @حمدانالشحي-ح6ز
    @حمدانالشحي-ح6ز 8 місяців тому +1

    thankssss alotttt

  • @fitofficial6510
    @fitofficial6510 Рік тому +1

    Thank you so much atlast

  • @DavoodBaig-o4o
    @DavoodBaig-o4o 2 дні тому

    Anna background music theesei annaa...

  • @NandniSihaniya
    @NandniSihaniya 8 місяців тому

    hello , i deploy my file showig error , can you help me out

  • @AbhilashMSMPH
    @AbhilashMSMPH 8 місяців тому

    Please comment, Can we deploy with our custom domain name for free?

  • @explorewithnk5072
    @explorewithnk5072 Рік тому

    Bro project live hogya lekin site nhi khul re bhot der se load ho ra hh kya kroo ? Pymongo bhe use kia hh maine apne project mei

    • @harshitvarshney9019
      @harshitvarshney9019 Рік тому

      Did it worked ?? I also want to deploy a flask app that is using Mongodb ... Should I continue or is there a better way ??

  • @ThePetBook_kids
    @ThePetBook_kids 11 місяців тому +1

    gunicorn not found error

    • @osamaabdelmohsen5729
      @osamaabdelmohsen5729 10 місяців тому +1

      add `gunicorn==19.9.0` to your requirements.txt file

    • @ThePetBook_kids
      @ThePetBook_kids 10 місяців тому

      now its showing [2024-03-06 16:42:38,533] ERROR in app: Exception on / [GET]though my app is working properly in my local system
      @@osamaabdelmohsen5729

    • @biancamaxino
      @biancamaxino 8 місяців тому

      @@osamaabdelmohsen5729 it doesnt worked... any other way bro?
      I added gunicorn==19.9.0 on my github and vs code requiremetnts.txt file

  • @kmax2356
    @kmax2356 Рік тому

    can you please make a video, how to host flask app integrated SQLite database on render for free

    • @chevulahaarvish4322
      @chevulahaarvish4322 Рік тому

      hey i can help you with that

    • @cursedentertainment
      @cursedentertainment Рік тому

      how?@@chevulahaarvish4322

    • @GustavoSilva-pz9kj
      @GustavoSilva-pz9kj Рік тому

      Idk so much about sqlite , but i have an app with postgre. In render i create the PostgreSQL and in the app i make the connections and set the classes. But a SQLite with the sql archive in the project folder i think u can just deploy or use Docker., idk

    • @sayyadsameer983
      @sayyadsameer983 Рік тому

      ​@@chevulahaarvish4322hey can you help me with that?

    • @Emmanuel-xr3pt
      @Emmanuel-xr3pt 10 місяців тому

      try using clever cloud as service for your db

  • @nahuelastor7522
    @nahuelastor7522 16 днів тому

    Render free plan just fall sleep and the web app load take a loot of time. There is not a good free backend host

  • @prudhvirajgrandhe4055
    @prudhvirajgrandhe4055 8 місяців тому

    Getting this error when try to deploy a Flask app which uses Open cv to acces Camera
    Error:
    WARNING
    [ WARN:0@56.987] global cap_v4l.cpp:997 open VIDEOIO(V4L2:/dev/video0): can't open camera by index
    [ERROR:0@56.987] global obsensor_uvc_stream_channel.cpp:159 getStreamChannelGroup Camera index out of range
    Can you help through this?

  • @Joyboy_1044_
    @Joyboy_1044_ Рік тому

    Bro my deploy got failed. Please can you help?
    ERROR: No matching distribution found for Flask==2.3.2 (from -r requirements.txt

    • @mithun-srinivas
      @mithun-srinivas  Рік тому +1

      Its hard to figure out whats wrong without looking at the code. But, try this. Check your requirements.txt make sure you put a a valid version number of the flask. May be this might work.😀

    • @Joyboy_1044_
      @Joyboy_1044_ Рік тому

      @@mithun-srinivas By default, Render is using Python 3.7 version. So, I've changed the environment variables
      Key: PYTHON_VERSION value: 3.8.2
      It worked! Anyway, thanks for the response.

    • @kiran-kb1np
      @kiran-kb1np Рік тому +1

      @@Joyboy_1044_ Thank you so much, dude.