This is a basic microservice built with NodeJs
Begin by cloning the repository, cd into the cloned repository and run the following:
npm install
This command installs all the necessary dependencies
Start up rabbitmq in your local machine
-
Start up service-registry npm start
-
start up feedback-service npm start
-
start up speaker-service npm start
-
Run conference app npm start
-
on browser go to
http://localhost:3080