this is a microservice built with rabbitmq and nodejs and using with RPC(remote procdural call) method
- using
rabbitmqserver 😏 - has two microservices (db-service and user-service) 😛
- unit testing with
mochajs - fast and easy to work
- using
ejsview engine
first you'll need to clone the project and hit npm install to install packages THEN :
For running rabbitmq server just simply tyupe
rabbitmq-server startand it will start automaticly and to check that go to http://localhost:15672/ and you can see the login page for monitoring!
For starting client side just go to
db-servicedirectory and then hit the command :node serverthen go to http://localhost:3000
For starting client side just go to
user-servicedirectory and then hit the command :node server
