https://github.com/cloudacademy/python_postgres_web_app
A web app built with Python / Flask / Postgres used to demonstrate Docker concepts via Cloud Academy hands-on labs.
https://github.com/cloudacademy/python_postgres_web_app
Last synced: 10 months ago
JSON representation
A web app built with Python / Flask / Postgres used to demonstrate Docker concepts via Cloud Academy hands-on labs.
- Host: GitHub
- URL: https://github.com/cloudacademy/python_postgres_web_app
- Owner: cloudacademy
- Created: 2023-02-13T19:18:05.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-16T22:38:13.000Z (over 1 year ago)
- Last Synced: 2025-04-03T18:21:40.368Z (over 1 year ago)
- Language: Python
- Size: 39.1 KB
- Stars: 3
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Overview
This project consists of a Python-based web application developed with the Flask framework. Postgres is used for persistent storage. Database setup and configuration is not included.