Skip to content

hasanuzzaman-dev/microservices-nodejs-docker-gateway-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to run the microservices throgh API Gateway

products microservice with MySQL

cd /products
docker-compose up

orders microservice with MongoDB

cd /orders
docker-compose up

API Gateway Pattern Architecture

cd /api-gateway
npm start

Using API Gateway on browser

http://localhost:3007/orders
http://localhost:3007/products

About

[Dockerized] Microservices architecture with API Gateway

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 85.1%
  • Dockerfile 14.9%