This repository contains the results of my Docker Compose assignment completed on a virtual machine running Ubuntu 22.04.
- A Flask Product API is configured and running via Docker Compose.
- The API allows CRUD operations on products.
- The Flask backend is connected to a React frontend.
- Both services are running via Docker Compose.
- The frontend displays products and allows CRUD operations.
docker-compose.yml: Docker Compose configuration for both services.frontend/: React frontend code.backend/: Flask backend code.