Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arielweinberger/nestjs-recipe
NestJS Best Practices Recipe
https://github.com/arielweinberger/nestjs-recipe
nest
Last synced: 1 day ago
JSON representation
NestJS Best Practices Recipe
- Host: GitHub
- URL: https://github.com/arielweinberger/nestjs-recipe
- Owner: arielweinberger
- License: mit
- Created: 2019-06-23T16:30:24.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-30T20:48:29.000Z (8 months ago)
- Last Synced: 2024-12-29T08:06:46.125Z (5 days ago)
- Topics: nest
- Language: TypeScript
- Homepage:
- Size: 578 KB
- Stars: 847
- Watchers: 23
- Forks: 443
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## NestJS Best Practices Recipe
My name is Ariel Weinberger, and I am the author of the [NestJS Zero to Hero](https://www.udemy.com/course/nestjs-zero-to-hero) course. This course has been the go-to resource for learning NestJS since 2020 and has helped **over 120,000 developers** learn NestJS.
Fast forward to 2024, NestJS has grown to become the #1 fastest growing Node.js framework in the world, with **3 million weekly downloads**!
I have spent the past few years building production-ready applications with NestJS, and I have learned a lot about what works and what doesn't. This codebase serves as a recipe for building production-ready NestJS applications following best practices.
### What's covered in this recipe?
Everything you need to build a solid NestJS application that serves millions of users in production:- NestJS
- REST API
- Authentication/Authorization
- Validation
- Postgres
- Prisma
- Logging