Building a Containerised Backend with Docker ComposeIn this exercise, I built a fully containerised backend system using Docker Compose. The system consists of a Python API and a MySQL database, running in separate containers but working together as a single application.