Skip to content
This repository was archived by the owner on Feb 14, 2022. It is now read-only.

dalenguyen/nodejs-microservices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Microservices Nodejs

Sample application of microservices with Nodejs

Getting started

Go to all subfolders and install packages.

npm install

After that, start the application locally with

npm start

Go to homepage at: http://localhost:3080

Install RabbitMQ

On MAC machine

brew install rabbitmq

Start RabbitMQ server. Check for the path after you install rabbitmq.

/usr/local/sbin/rabbitmq-server

Test Message Queue at: http://localhost:3080/feedback

About

Sample microservices project

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors