git clone [email protected]:kulakowka/microservices-experiment.git
cd microservices-experiment
npm install
Start service A in new terminal window:
npm run serviceA
Start service B in new terminal window:
npm run serviceB
Start service C in new terminal window:
npm run serviceC
Open in your browser localhost:3001
- Try it dnode