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. The purpose of this project is to demonstrate the implementation of two containers using Docker Compose, including setting up of docker network to allow for interaction betweenthe to containers and also docker volume to ensure that there is no data loss.
- Docker
- Git (optional, for cloning the repository)
- Clone the repository
- Build the Docker Image
- Run the Docker Container