patrickfcarey / demo-nodejs-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sample NodeJs Application

Overview

CI/CD to test, build, push and deploy the NodeJS Dokerized app to AWS ECS using Jenkins Declarative Pipeline.

Tech Stack

  1. Github

This contains our sample node application code.

  1. Jenkins

Jenkins declarative pipeline that is triggered on every commit.

  1. ECR

Docker images will be stored in AWS ECR.

  1. ECS

Aplication will be deployed in AWS ECS.

Pipeline Stages

  1. Tests

  2. Build an image

  3. Push the image to ECR

  4. Deploy the image

Notes

test1

About


Languages

Language:Shell 54.5%Language:JavaScript 30.2%Language:Dockerfile 15.3%