1.0.0 • Published 7 years ago
sauromjs-test v1.0.0
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/users1.0.0
7 years ago