kewalkhondekar25 / NodeJs-Containerization

A Nodejs backend API which uses docker to build a docker Image and using AWS ECR which provides the repository that stores all code that has been written and packaged as a Docker image, then AWS ECS takes these files and actively uses them in the deployment of applications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NodeJs-Containerization

A Nodejs backend API which uses docker to build a docker Image and using AWS ECR which provides the repository that stores all code that has been written and packaged as a Docker image, then AWS ECS takes these files and actively uses them in the deployment of applications.

About

Containerization is a software deployment process that bundles an application's code with all the files and libraries it needs to run on any infrastructure. architecture

About

A Nodejs backend API which uses docker to build a docker Image and using AWS ECR which provides the repository that stores all code that has been written and packaged as a Docker image, then AWS ECS takes these files and actively uses them in the deployment of applications.


Languages

Language:JavaScript 97.2%Language:Dockerfile 2.5%Language:Procfile 0.2%