NestJS is one of the most popular Node.js frameworks that allows you to build reliable and scalable server-side applications. It has its own philosophy and provides architecture out of the box. NestJS build with TypeScript and is heavily inspired by Angular. Also has a really nice doc.

With the tutorial below you’ll be able to investigate this framework by building CRUD application with simple auth module and e2e tests. In addition you’ll use Prisma ORM for data modeling and migrations and Passport.js for authentication (almost sure that you’ve used it before)

Tutorial:
https://youtu.be/GHTA143_b-s

Official documentation:
https://docs.nestjs.com

For more useful info - subscribe Tech Read channel.
Likes and shares are welcome.

#nestjs #nodejs #typescript #prisma #e2e