This project demonstrates a full-stack application with automated CI/CD, containerization, and infrastructure as code (IaC).
- Frontend: React
- Backend: Node.js (Express)
- Infrastructure: Terraform (AWS EC2)
- CI/CD: GitHub Actions
- Containerization: Docker, Kubernetes
- Monitoring: Prometheus, Grafana
docker-compose up
kubectl apply -f ./k8s/
cd infra
terraform init
terraform apply
By following these steps, you'll have a comprehensive DevOps project that showcases your skills across CI/CD, containerization, IaC, and monitoring/logging!