Skip to content

ElagrebiAli/Microservice-Docker-Nginx-Basic-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

microservice-basic-app-using-docker-nginx

Node js microservice basic app using docker and nginx 😃

Tools:

  • Node js :v10.10.0
  • MongoDB:v3.6.2
  • Docker for Windows :latest version

Note :

Microservices : take a complex monolithic application and turn it into a set of services, which are faster to develop, and much easier to understand and maintain. Each service focuses on a single purpose and has a high cohesion of related behaviors and data. When an application grows and the team of developers grows with it, a microservices architecture style proves to be more efficient over the monolithic style.

Docker : an excellent tool for managing microservices. Each microservice can be further broken down into processes running in separate Docker containers, which can be specified with Dockerfiles and Docker Compose configuration files

Nginx: receives all your requests and forwards them to the right backend.is the element that coordinates and orchestrates how all the requests are processed in a microservices architect

About

Node js microservice basic app using docker and nginx 😃

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published