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

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

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

  • @PragyanJyotiDutta-k7c
    @PragyanJyotiDutta-k7c 9 месяцев назад +4

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

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

    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!

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

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

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

    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

  • @saipranavvangala7447
    @saipranavvangala7447 4 месяца назад +2

    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

  • @abhishekbhadra6307
    @abhishekbhadra6307 4 месяца назад

    Thanks Mithun.😊😊 Very Nicely explained.

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

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

  • @dharmareddykotha3798
    @dharmareddykotha3798 10 месяцев назад +2

    Thank you sooo much sir!!

  • @triposat
    @triposat 5 месяцев назад +1

    Thanks bro. It's working...

  • @zerobear-xf7qh
    @zerobear-xf7qh 12 дней назад

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

  • @innovatorschannel1919
    @innovatorschannel1919 8 месяцев назад +2

    Hey how do I connect my flask database

  • @laxmikantparate8115
    @laxmikantparate8115 10 месяцев назад +1

    Thank you bhaiya, it helped a lot

  • @-Adhi-
    @-Adhi- 6 месяцев назад +3

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

    • @sonic8873
      @sonic8873 5 месяцев назад

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

  • @AbhilashMSMPH
    @AbhilashMSMPH 6 месяцев назад

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

  • @abhishek_illusion
    @abhishek_illusion 6 месяцев назад +1

    thanks bro it works

  • @fitofficial6510
    @fitofficial6510 10 месяцев назад +1

    Thank you so much atlast

  • @NandniSihaniya
    @NandniSihaniya 7 месяцев назад

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

  • @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 11 месяцев назад

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

  • @حمدانالشحي-ح6ز
    @حمدانالشحي-ح6ز 7 месяцев назад +1

    thankssss alotttt

  • @ThePetBook_kids
    @ThePetBook_kids 9 месяцев назад +1

    gunicorn not found error

    • @osamaabdelmohsen5729
      @osamaabdelmohsen5729 8 месяцев назад +1

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

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

      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 6 месяцев назад

      @@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 11 месяцев назад

      how?@@chevulahaarvish4322

    • @GustavoSilva-pz9kj
      @GustavoSilva-pz9kj 11 месяцев назад

      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 10 месяцев назад

      ​@@chevulahaarvish4322hey can you help me with that?

    • @Emmanuel-xr3pt
      @Emmanuel-xr3pt 9 месяцев назад

      try using clever cloud as service for your db

  • @prudhvirajgrandhe4055
    @prudhvirajgrandhe4055 7 месяцев назад

    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.