This project demonstrates how to set up a simple Flask application using Docker and Docker Compose. The application serves a JSON response containing user data.
data.py
: The main Flask application file.Dockerfile
: Docker configuration file to create a Docker image.requirements.txt
: File specifying the Python dependencies for the project.docker-compose.yml
: Docker Compose file to set up the development environment.
- Docker installed on your machine.
- Docker Compose installed on your machine.
git clone <repository-url>
cd <repository-directory>