Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 1012 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 1012 Bytes

Simple Node.js Application

This repository contains a basic Node.js application that has been Dockerized for testing and as a foundation for deploying Node.js applications within a Docker container.

Steps

  1. Clone the Repository:
git clone [email protected]:srebreni3/simple-nodejs-app.git

Go to your application

cd simple-nodejs-app

Articles

Check out this article: How to Deploy a Docker Image to Amazon ECR and Run It on Amazon EC2

Check out this article: How to Deploy a Docker Image on AWS and Run it on Fargate

Check out this article: Blue/Green Deployment with Zero Downtime: AWS Elastic Beanstalk and CI/CD CodePipeline