Files
blog/content/data/works/nestjs.md

777 B

NestJS 9 implementation under NodeJS using Typescript and pnpm as fast package manager. It relies by default on express as NodeJS HTTP server implementation. NestJS offers a nice OpenAPI documentation generator thanks to Typescript which provides strong typing.

Main packages involved :

  • Prisma as ORM entirely built up for Typescript. Include migrations, models generator based on specific schema specification
  • Faker for generating seeders
  • ESLint with Prettier for linting and code formatting
  • Jest as main test framework