Files
blog/content/data/works/nestjs.md
2023-07-15 19:32:15 +02:00

779 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 5 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