This is a nestjs microservices template powered by DoubleShot.
-
☁️ Nestjs microservices, check here.
-
⚙️ Configurable with @nestjs/config
-
📗 Swagger is integrated.
-
📜 Logger service powered by log4js.
-
⚡Build and run with doubleshot.
It is recommended to use pnpm as the default package manager.
-
Install dependencies first:
pnpm install
-
Run in development mode:
pnpm dev
-
Build for single service:
pnpm build
-
Build for deployment:
pnpm build:deploy