flâneur

Deploying a Flask App to Render | TestDriven.io

testdriven.io · 1,685 words · saved by 1 readers

This tutorial shows how to deploy a Flask application with PostgreSQL to Render.

This tutorial illustrates how to deploy a Flask application with a PostgreSQL database to production on Render. Technologies used in this tutorial: Flask - Python web framework Flask-SQLAlchemy - Python package for interfacing with relational databases PostgreSQL - relational database Gunicorn - Python WSGI HTTP Server Render - web hosting service Objectives Why Render? Free-Tier Limitations Flask Production Setup Flask in Development Flask in Production Prerequisites Render Deployment Steps Web Service PostgreSQL Service Conclusion Objectives By the end of this tutorial,…

related reading