🐳 Test Flask Server

✅ Flask application is running successfully!

Available Endpoints:

Docker Deployment Ready

This Flask application is configured for Docker deployment with:

Quick Commands:

# Build and run with Docker Compose
docker-compose up -d

# Build Docker image manually
docker build -t test-flask-server .

# Run container manually
docker run -p 5000:5000 test-flask-server