This repository contains a basic web application built using Python, Flask, SQLAlchemy, and Docker. It allows users to perform CRUD (Create, Read, Update, Delete) operations on a MySQL database.
flask-app/ ├── app.py # Application factory ├── wsgi.py # WSGI entry point for production ├── config.py # Configuration classes ├── requirements.txt # Python dependencies ├── .env.example # ...