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):
- Flask Web front-end
- Redis (realtime Data Platform), an in memory database,see: https://redis.io/learn/howtos/quick-start/cheat-sheet
- jinja2, modern day templating language for Python developers
- debugpy, Enables debugging in the Flask Python app
Setup instruction
For Setup instructions see here