This is a Moleculer-based microservice. Generated with the Moleculer CLI.
{{#docker}}
Build Docker image
$ docker build -t {{projectName}} .
Start container
$ docker run -d {{projectName}}
{{/docker}}
- Moleculer website: https://moleculer.services/
- Moleculer Documentation: https://moleculer.services/docs/0.14/
npm run dev
: Start development mode (with hot-reload & REPL)npm run start
: Start production mode{{#lint}}npm run lint
: Run ESLint{{/lint}}npm run ci
: Run continuous test mode with watching