This is a DevOps project created by me to gain hands-on experience.
The project involves creating a simple web application that can be deployed using Docker and Jenkins.
To get started with this project, you will need to have Docker and Jenkins installed on your system.
- Docker
- Jenkins
- Clone the repository
git clone https://github.com/tbpcoder/devops-project.git
- Build the Docker image
docker build -t my-web-app .
- Run the Docker container
docker run -p 3000:3000 my-web-app
- Access the web application
http://localhost:3000
This project can be used as a starting point for creating a more complex web application that can be deployed using Docker and Jenkins. This project can also be used to practice k8s and argocd.
If you would like to contribute to this project, please fork the repository and submit a pull request.