This is a production-ready QR-based system deployed with CI/CD, Docker, and Kubernetes. It supports real-world use cases such as authentication, payments, and tracking.
- QR code generation and validation
- Next.js frontend
- Backend API service
- CI/CD pipeline using GitHub Actions
- Containerized deployment with Docker
- Kubernetes manifests for production orchestration
- Frontend: Next.js
- Backend: Node.js / API service
- Containerization: Docker, Docker Compose
- Orchestration: Kubernetes
- CI/CD: GitHub Actions
Frontend → Backend API
CI/CD → Docker Images → Kubernetes
docker compose -f docker-compose.prod.yaml up