sauromjs-test
v1.0.0
Published
#### Clone project and dependencies git clone https://github.com/nhuanhoangduc/sauromjs cd ./sauromjs/test/ npm install
Readme
SauromJs example
Clone project and dependencies
git clone https://github.com/nhuanhoangduc/sauromjs
cd ./sauromjs/test/
npm installStart mongodb and rabbitmq
docker-compose up -dRun UserRepository.js
node UserRepository.jsRun ApiGateway.js
node ApiGateway.jsTest api
curl http://localhost:3000/users/create
curl http://localhost:3000/users
