Skip to content

Jenkins automates the CI/CD pipeline, minimizing manual interventions and reducing the risk of errors, leading to more reliable software releases.

Notifications You must be signed in to change notification settings

iamKonick/Docker-EC2-Jenkins-Declarative-CI-CD-Pipeline

Repository files navigation

Simple Notes App

This is a simple notes app built with React and Django.

Requirements

  1. Python 3.9
  2. Node.js
  3. React

Installation

  1. Clone the repository
git clone https://github.com/iamKonick/Docker-EC2-Jenkins-Declarative-CI-CD-Pipeline
  1. Build the app
docker build -t notes-app .
  1. Run the app
docker run -d -p 8000:8000 notes-app:latest

Nginx

Install Nginx reverse proxy to make this application available

sudo apt-get update sudo apt install nginx

About

Jenkins automates the CI/CD pipeline, minimizing manual interventions and reducing the risk of errors, leading to more reliable software releases.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published