Skip to content

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

License

Notifications You must be signed in to change notification settings

c0d1ngm0nk3y/flask-postgresql-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 opencode@microsoft.com with any additional questions or comments.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 62.8%
  • HTML 29.2%
  • Mako 5.4%
  • Dockerfile 2.6%