r/flask 8d ago

Ask r/Flask Where to deploy a flask application ?

Hello,

I have a flask app + a script than runs with a crontab to populate data into a database.

I was wondering, is it better to deploy the app on a linux cloud server ? Or should I use a web hosting plateforms that supports flask out of the box ?

11 Upvotes

34 comments sorted by

View all comments

1

u/catalystseyru 8d ago

Get a free ec2 instance on AWS, use guicorn to run it and nginx to proxy it