- Moleculer v0.14 with full-detailed
moleculer.config.ts
file. - Common mono-repo project with a demo
greeter
service. - Sample database
products
service (with file-based NeDB in development & MongoDB in production). - Optional API Gateway service with detailed service settings.
- Simplistic static welcome page made with Quasar v2 to test generated services & watch nodes / services. http://localhost:3000
- Optional Transporter & Cacher.
- Metrics & Tracing.
- Service Guard
- Docker & Docker Compose & Kubernetes files.
- Unit tests with Jest.
- Lint with ESLint.
- Launch file for debugging in VSCode.
- Typescript decorators for moleculer https://github.com/d0whc3r/moleculer-decorators
- Configuration for development/production/testing using environment variables
- Optional Swagger embedded with demo api and jsdoc http://localhost:3000/openapi
- Optionall Swagger-Stats with dashboaed at http://localhost:3000/api
To install use the moleculer-cli tool.
$ moleculer init ourparentcenter/moleculer-template-project-ts-swagger#main my-project
$ moleculer init ourparentcenter/moleculer-template-project-ts moleculer-demo
Template repo: ourparentcenter/moleculer-template-project-ts-swagger
Downloading template...
? Give a description of your app:
? Add API Gateway (moleculer-web) service? Yes
? Add demo frontend project (Quasar)? Yes
? Use Swagger? Yes
? Use Swagger-Stats? Yes
? Would you like to communicate with other nodes? Yes
? Select a transporter NATS (recommended)
? Would you like to use cache? No
? Add DB sample service? Yes
? Would you like to enable metrics? Yes
? Select a reporter solution Prometheus
? Would you like to enable tracing? Yes
? Select a exporter solution Console
? Add Docker & Kubernetes sample files? Yes
? Use ESLint to lint your code? Yes
? Would you like to choose a file watcher? Yes
? Select a file watcher ts-node (recommended)
Create 'moleculertemplatetest' folder...
? Would you like to run 'npm install'? Yes
npm run dev
: Start development mode (load all services locally without transporter with hot-reload & REPL)npm run build
: Build project to javascript indist
folder (with rollup)npm run start
: Start production mode (setSERVICES
env variable to load certain services)used for docker
npm run start:prod
: Start usingenv/production.env
npm run cli
: Start a CLI and connect to production. Don't forget to set production namespace with--ns
argument in scriptnpm run lint
: Run ESLintnpm run test:watch
: Run continuous test mode with watchingnpm test
: Run testsnpm test:coverage
: Run tests & generate coverage reportnpm run dc:up
: Start the stack with Docker Composenpm run dc:logs
: Watch & follow the container logsnpm run dc:down
: Stop the stack with Docker Compose
moleculer-template-project-ts-swagger is available under the MIT license.
Copyright (c) 2021 Our Parent Center