Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bishal7679/demo-nodejs-app


https://github.com/bishal7679/demo-nodejs-app

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

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 nodes application code.

2. Jenkins

Jenkins declarative pipeline that is triggered on every commit.

3. ECR

Docker images will be stored in AWS ECR.

4. 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