Docker Template Stack Python

A Docker container for Python Flask/FastAPI projects

View project on GitHub



This file is part of: Py-Flask-FastApi-Dev-Template Stack Copyright (c) 2025 Nico Jan Eelhart This source code is licensed under the MIT License found in the ‘LICENSE.md’ file in the root directory of this source tree.


What

This is a Python Flask application(template) . Besides Python it contains the following libraries ( installed with pip via the requirements file):

  1. Flask Web front-end
  2. Redis (realtime Data Platform), an in memory database,see: https://redis.io/learn/howtos/quick-start/cheat-sheet
  3. jinja2, modern day templating language for Python developers
  4. debugpy, Enables debugging in the Flask Python app

Setup instruction

For Setup instructions see here

Home Sites
















Maintained by NicoJanE. Generated by GitHub Pages.