Files
blog/content/_data/works/nestjs.md
2022-02-13 16:14:54 +01:00

730 B

NestJS 8 implementation under NodeJS 16 using Typescript and pnpm as fast package manager.

It can rely on fastify as modern and fast NodeJS HTTP server implementation. NestJS offers a nice OpenAPI documentation generator thanks to Typescript which provides strong typing.

Main packages involved :

  • MikroORM on latest v5 as DataMapper ORM that relies on Typescript, including migrations and seeders with as dummy data generator
  • ESLint with Prettier for linting and code formatting
  • Jest as main test framework