service-imagesets-node
Version:
Image library microservice in Node.js / ES2017
22 lines (14 loc) • 763 B
Markdown
ImageSets microservice can be used in different deployment scenarios.
* [Standalone Process](
The simplest way to deploy the microservice is to run it as a standalone process.
This microservice is implemented in JavaScript and requires installation of Node.js.
You can get it from the official site at https://nodejs.org/en/download
**Step 1.** Download microservices by following [instructions](Download.md)
**Step 2.** Add **config.yaml** file to the root of the microservice folder and set configuration parameters.
See [Configuration Guide](Configuration.md) for details.
**Step 3.** Start the microservice using the command:
```bash
node run
```