Skip to content

VasuDevrani/trivial-nodejs-microservice-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trivial Microservices on docker containers

Containers

  • Web - nodejs app serving webpage, used to interact with products and users API
  • Users - nodejs server connected to mongo db
  • Products - nodejs server connected to mysql db
  • Mysql db
  • Mongo db
  • Nginx - load balancer

Network interfaces

  • network01 - Users + Mongo db containers
  • network02 - Products + MySql db containers

Actions

  • Create and read operations on Users and products using their Rest APIs
  • Web serves client page at '/' for basic demonstration
  • intermicroservice communication not included for simplicity

Pre-reqs

Run

About

microservices implementation over docker

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published