/moleculer-template

Nano microservice template

Primary LanguageJavaScript

Moleculer

moleculer-template

This is a Moleculer-based microservice. Generated with the Moleculer CLI.

Run in Docker

Build Docker image

$ docker build -t moleculer-template .

Start container

$ docker run -d moleculer-template

Useful links

NPM scripts

  • npm run dev: Start development mode (with hot-reload & REPL)
  • npm run start: Start production mode
  • npm run lint: Run ESLint
  • npm run ci: Run continuous test mode with watching