Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork4
Lomray-Software/microservices
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
NodeJS Microservices based onmicroservice-nodejs-lib
UseCLI to start your own art.
Use docker to run all in one command:
docker-compose -f docker-compose.yml -f docker-compose.ms.yml up
- Run
Inverted Jsonjob server andpostgresdatabase.
docker-compose up
- Run
configurationmicroservice.
- Through docker:
docker-compose -f docker-compose.ms.yml up configuration
- Through node:
cd microservices/configurationnpm inpm run start:dev- Run other needed microservices (the same actions as in step 2).
curl -X POST http://127.0.0.1:3000 -H'Content-Type: application/json' -d'{"id":"unique-id-1","method":"microservice-name.method","params":{}}'
see example requests inhttp-requests folder
Check all available microservices
Microservices also available like npm packages:
npm i --save @lomray/microservice-NAME# for e.g.npm i --save @lomray/microservice-configuration- Run all microservices
- Run commands:
cd testsnpm runtest
About
NodeJS microservices
Topics
Resources
License
Code of conduct
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Contributors6
Uh oh!
There was an error while loading.Please reload this page.