Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 497 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 497 Bytes

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: