Files
blog/content/data/works/nestjs.md
2023-10-29 18:49:49 +01:00

786 B

NestJS 10 implementation under Node.js 20 using Typescript 5 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