Skip to content

tbpcoder/demo

Repository files navigation

tbpcoder DevOps Project

This is a DevOps project created by me to gain hands-on experience.

Overview

The project involves creating a simple web application that can be deployed using Docker and Jenkins.

Getting Started

To get started with this project, you will need to have Docker and Jenkins installed on your system.

Prerequisites

  • Docker
  • Jenkins

Installation

  1. Clone the repository

git clone https://github.com/tbpcoder/devops-project.git

  1. Build the Docker image

docker build -t my-web-app .

  1. Run the Docker container

docker run -p 3000:3000 my-web-app

  1. Access the web application

http://localhost:3000

Usage

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.

Contributing

If you would like to contribute to this project, please fork the repository and submit a pull request.

About

This is a DevOps project created by me to gain hands-on experience.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published