Projects
Django Deployment Automation Script
An automated deployment solution for a Django Notes application using Docker, Docker Compose, and Nginx. The Bash script streamlines repository cloning, dependency installation, service configuration, and containerized deployment with built-in error handling, logging, and fallback mechanisms to ensure reliable, production-ready deployments.
Node.js Todo App – CI/CD with Jenkins
A Node.js Todo application with a fully automated CI/CD pipeline implemented using Jenkins. The pipeline handles code cloning, testing, Docker image build, push to Docker Hub, and deployment using Docker Compose, enabling reliable and scalable continuous delivery.
Django Deployment Automation Script
A full-stack demo application built with React and Django to demonstrate containerized development and deployment using Docker and Docker Compose. The project showcases consistent environment setup, automated dependency management, and seamless integration between frontend and backend services.