Skip to main content

One post tagged with "Python"

Python related content

View All Tags

Deploy a Flask App on QuikDB — Python Deployments Made Simple

· 3 min read
Samson Ajulor
CEO, QuikDB

Python deployment has always been annoying. Gunicorn configs, WSGI servers, Docker multi-stage builds, pip freeze vs Poetry vs pipenv. You just want your Flask app running somewhere.

QuikDB handles all of that. If your repo has a Dockerfile, we use it. If it doesn't, we generate one. Either way, your app goes from GitHub to a live URL in about 90 seconds.