This is a simple Flask app that interacts with a MySQL database. The app allows users to submit messages, which are then stored in the database and displayed on the frontend.
. compose.yaml .gitignore README.md .env.template (rename or create a .env, use as guide) .env flask app.py Dockerfile requirements.txt wsgi.py nginx default.conf Dockerfile nginx.conf start.sh The ...