Files
blog/content/_data/works/nestjs.md
2021-12-26 21:31:50 +01:00

736 B

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

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

Main packages involved :

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