All Projects → Azure-Samples → flask-postgresql-app

Azure-Samples / flask-postgresql-app

Licence: MIT license
A simple Flask application that demonstrates how to build data-driven Python apps in Azure App Service.

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects
Mako
254 projects
Dockerfile
14818 projects
services platforms author
app-service\web,app-service
python
cephalin

Flask and PostgreSQL sample for Azure App Service

This is a sample application that you can use to follow along with the tutorial at Build a Python and PostgreSQL web app in Azure.

The sample is a simple Python Flask application that connects to a PostgreSQL database via SQLAlchemy.

The database connection information is specified via environment variables DBHOST, DBPASS, DBUSER, and DBNAME. This app always uses the default PostgreSQL port.

Contributing

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].