Skip to content

My experiment with microservice architecture in node.js with express.js

Notifications You must be signed in to change notification settings

kulakowka/microservices-experiment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install

git clone git@github.com:kulakowka/microservices-experiment.git
cd microservices-experiment
npm install

Service A

Start service A in new terminal window:

npm run serviceA

Service B

Start service B in new terminal window:

npm run serviceB

Service C

Start service C in new terminal window:

npm run serviceC

Open in your browser localhost:3001

TODO:

About

My experiment with microservice architecture in node.js with express.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published