TypeScript Nest

Open-source TypeScript projects categorized as Nest

Top 23 TypeScript Nest Projects

  • Nest

    A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications with TypeScript/JavaScript 🚀

    Project mention: Solving the Tech Debt Puzzle: Strategies that boost business | dev.to | 2023-09-20

    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:

  • crud

    NestJs CRUD for RESTful APIs

    Project mention: Is NestJS good for startups? | /r/node | 2022-11-18

    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.

  • nest-cli

    CLI tool for Nest applications 🍹

  • typeorm

    TypeORM module for Nest framework (node.js) 🍇 (by nestjs)

  • typescript-starter

    Nest framework TypeScript starter :coffee: (by nestjs)

    Project mention: 5 steps to create a bare minimum NestJS app from scratch! | dev.to | 2022-12-11

    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.

  • swagger

    OpenAPI (Swagger) module for Nest framework (node.js) :earth_americas:

  • graphql

    GraphQL (TypeScript) module for Nest framework (node.js) 🍷 (by nestjs)

    Project mention: Implement field permissions with FieldMiddleware | dev.to | 2023-01-21

    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!

  • docs.nestjs.com

    The official documentation https://docs.nestjs.com 📕

    Project mention: Api Docs v2.0-beta prototype for NestJS 😻 🚀 | dev.to | 2023-07-12

    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)

  • cqrs

    A lightweight CQRS module for Nest framework (node.js) :balloon:

  • nestjs-project-structure

    Node.js framework NestJS project structure

  • nestjs-course-task-management

    Task Management back-end application developed throughout the "NestJS Zero to Hero - Modern TypeScript Back-end Development" Udemy course

  • bull

    Bull module for Nest framework (node.js) :cow: (by nestjs)

    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.

  • jwt

    JWT utilities module based on the jsonwebtoken package 🔓 (by nestjs)

    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). ❤️

  • nest-cqrs-example

    The example usage of Nest CQRS module

  • passport

    Passport module for Nest framework (node.js) 🔑 (by nestjs)

    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

  • config

    Configuration module for Nest framework (node.js) 🍓 (by nestjs)

  • nestjs-otel

    OpenTelemetry (Tracing + Metrics) module for Nest framework (node.js) 🔭

  • schematics

    Nest architecture element generation based on Angular schematics 🎬 (by nestjs)

  • Nestjs-OpenTelemetry

    🔭 Deeply Integrated and Auto Instrumented OpenTelemetry module for NestJS

  • schedule

    Schedule module for Nest framework (node.js) ⏰ (by nestjs)

    Project mention: A better cron scheduler for js/ts | /r/typescript | 2023-04-04
  • nestjs-typegoose

    Typegoose with NestJS

  • prime-nestjs

    A production-ready NestJS boilerplate using Typescript, Postgres, TypeORM, and Docker.

    Project mention: Choosing a backend API framework | /r/node | 2023-06-13

    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.

  • ogma

    A monorepo for the ogma logger and related packages (by jmcdo29)

    Project mention: Overriding [Nest] prefix | /r/nestjs | 2023-05-01

    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.

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020). The latest post mention was on 2023-09-20.

TypeScript Nest related posts

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
Write Clean JavaScript Code. Always.
Sonar helps you commit clean code every time. With over 300 unique rules to find JavaScript bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.
www.sonarsource.com