Skip to main content

Basic Webserver with Database

Minimal web server templates that connect to a UIS-deployed database

Python Basic Webserver with Database logo
Python Basic Webserver with Database

A minimal Flask web server that connects to a PostgreSQL database and reads from a tasks table. Demonstrates the full producer/consumer flow — UIS deploys PostgreSQL, dev-template configure creates the database and wires the connection into .env, and the app reads from it. Includes Docker containerization, Kubernetes deployment manifests, and GitHub Actions CI/CD workflow. Consumer-side companion to the postgresql-demo UIS stack template.

pythonflaskpostgresql