NestJS project using Fastify, MikroORM, SWC, and Vitest for performance
A NestJS template focused on runtime performance that replaces Express with Fastify, TypeORM with MikroORM, the TypeScript compiler with SWC, Jest with Vitest, and CommonJS with ESM. It provides JWT authentication, sample CRUD endpoints, nestjs-pino logging, environment-based configuration, unit and e2e tests, and Swagger API docs. Suited for Node.js APIs and microservices prioritizing lower latency and faster build/test cycles.
0