An open-source platform that helps developers build backends without spending time on boilerplate & repetitive coding. Including production-ready GraphQL & REST APIs, DB schema, DTOs, filtering, pagination, RBAC, & more. Learn more →
Top 23 TypeScript Nest Projects
-
Nest
A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications with TypeScript/JavaScript 🚀
Using our backend as an example, we started gradually transitioning to the Nest - a robust and modular framework for building scalable applications. This transition allowed us to modernise our codebase incrementally without disrupting existing functionality by setting it up next to an existing Express application, which turned out to be as easy as adding only a few lines of code:
-
I've found you can move very fast with NestJS and NestJSX CRUD, which gives you all CRUD operations out of the box, just be careful to lock it down as much as possible https://github.com/nestjsx/crud
-
SurveyJS
A Non-Cloud Alternative to Google Forms that has it all.. SurveyJS JavaScript libraries allow you to easily set up a robust form management system fully integrated into your IT infrastructure where users can create and edit multiple dynamic JSON-based forms in a no-code form builder. Learn more now.
-
-
-
Let's say you want to create a new NestJS standard application from scratch but taking the full control of your dependencies, scripts and source code. Thus, you don't want to use the usual npx @nestjs/cli new command (which basically bootstraps the typescript starter project) since you wish a bare minimum app.
-
-
Also use Express and Apollo, following Quick start.
-
Appwrite
Appwrite - The open-source backend cloud platform. The open-source backend cloud platform for developing Web, Mobile, and Flutter applications. You can set up your backend faster with real-time APIs for authentication, databases, file storage, cloud functions, and much more!
-
I hope you can appreciate this work started by @brunnerlivio 4 years ago and carried on by me always with his supervision 🙌, and that it can be useful during your projects with NestJS.😻 🙏🏻 ( For more information about the "history" of this project as it started, see this PR: https://github.com/nestjs/docs.nestjs.com/pull/413)
-
-
-
nestjs-course-task-management
Task Management back-end application developed throughout the "NestJS Zero to Hero - Modern TypeScript Back-end Development" Udemy course
-
Project mention: About Nest.js drawbacks and "perfect" non-existent alternative | /r/node | 2023-08-08
Have you ever tried to create a module for Nest that needs to receive a value from the configuration? Nest calls this dynamic modules, and if, by chance, the chamber of measures and weights is looking for the perfect boilerplate, I advise you to take a closer look at dynamic modules in Nest. For example, you can take a look at the wrapper over BullMQ for Nest. BullModule consists of more than 400 (!) lines - https://github.com/nestjs/bull/blob/master/packages/bullmq/lib/bull.module.ts. The Nest developers even had to create ConfigurableModuleBuilder to somehow simplify this process. In any case, I am sure that the module system is broken. We are trying to mimic Java, and it turns out poorly.
-
Project mention: Learning to build an API in NestJS (Node + Typescript) - Part 03 | dev.to | 2022-11-16
NestJS has a JwtModule we can install (docs). ❤️
-
-
Project mention: NextAuth with external API that provides access and refresh JWT HttpOnly cookies | /r/nextjs | 2023-01-29
/signin sets the Access- (Max-Age: 240) and Refresh token cookie (Max-Age: 60000) /refresh sets a new Access token Cookie The UseGuards use the Passport 'jwt' and 'jwt-refresh-token' guards
-
-
-
-
-
-
-
I've recently joined a new company where we would like to move from the currently existing solution that was developed by a contracting agency to an in-house one. The current solution was made with Nest.js through this template and spans 5 codebases for different APIs. I would imagine that the developers responsible for it were just given additional stuff for the past year and just decided to spin up a new environment for each feature.
-
Why not use a dedicated logging library, like ogma or pino?
-
Amplication
Amplication: open-source Node.js backend code generator. An open-source platform that helps developers build backends without spending time on boilerplate & repetitive coding. Including production-ready GraphQL & REST APIs, DB schema, DTOs, filtering, pagination, RBAC, & more.
TypeScript Nest related posts
- Solving the Tech Debt Puzzle: Strategies that boost business
- Agile Board: A Trello-like API in NestJS with Unit and e2e Testing
- Unlocking Agile Potential with GrowthBook and Feature Flags
- From github nest/issues
- Api Docs v2.0-beta prototype for NestJS 😻 🚀
- Is the api folder visible or downloaded to the users browser when you deploy next js app? Please explain
- Devs, Ruby on rails or Node / Express JS?
-
A note from our sponsor - Amplication
amplication.com | 24 Sep 2023
Index
What are some of the best open-source Nest projects in TypeScript? This list will help you:
Project | Stars | |
---|---|---|
1 | Nest | 59,628 |
2 | crud | 3,723 |
3 | nest-cli | 1,749 |
4 | typeorm | 1,691 |
5 | typescript-starter | 1,629 |
6 | swagger | 1,478 |
7 | graphql | 1,339 |
8 | docs.nestjs.com | 975 |
9 | cqrs | 754 |
10 | nestjs-project-structure | 753 |
11 | nestjs-course-task-management | 709 |
12 | bull | 535 |
13 | jwt | 490 |
14 | nest-cqrs-example | 457 |
15 | passport | 442 |
16 | config | 421 |
17 | nestjs-otel | 413 |
18 | schematics | 329 |
19 | Nestjs-OpenTelemetry | 297 |
20 | schedule | 285 |
21 | nestjs-typegoose | 282 |
22 | prime-nestjs | 278 |
23 | ogma | 254 |