From ca914a0c1f3dee5b814f1c3d80ce26cbae710c1b Mon Sep 17 00:00:00 2001 From: Aung Pyae Phyo Date: Sun, 10 Nov 2024 11:07:44 +0630 Subject: [PATCH 1/2] docs: nestjs boilerplate add to readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e9e5b2d..0f838f72 100644 --- a/README.md +++ b/README.md @@ -153,7 +153,7 @@ - [NestJS Boilerplate using Typescript Generics](https://github.com/BrahimAbdelli/nestjs-boilerplate) - A NestJS boilerplate that uses abstraction to create generic controller, service, dtos and entity, aiming to encapsulate a reusable logic throughout the project in one centralized base module using TypeORM & MongoDB. - [NestJS Drizzle Auth.js](https://github.com/innei-template/nest-drizzle-authjs) - A Nest.js Boilerplate Using Drizzle + Postgres and integrates Auth.js. - [NestJS Boilerplate with Awesome Docs](https://github.com/vndevteam/nestjs-boilerplate) - A NestJS boilerplate with SWC builder, PNPM, Auth, TypeORM, PostgreSQL, Seeding data (TypeORM Extension), Mailing (@nestjs-modules/mailer, nodemailer), Logging (Pino), Exception Handling, I18N, Dockerization (Local development, production), Swagger, Document (Vuepress), Lint & format (ESLint, Prettier, Editorconfig, Husky, Lint-Staged, Commitlint), Tests, CI. - +- [NestJS Boilerplate with Turborepo](https://github.com/devaungphyo/turborepo) - NestJS boilerplate with Swc, Pnpm, Auth With JWT, TypeORM, Postgresql, Mail Service with Nodemailer, Lint and Format, and including micro-frontend with Turborepo already configured with shadcnUI with Next.js (15) and Nest.js. ## Projects using NestJS #### Open Source From 642aeeb4d87c91e86313b8ea8470d29f34d29fa1 Mon Sep 17 00:00:00 2001 From: Aung Pyae Phyo Date: Mon, 11 Nov 2024 07:02:52 +0630 Subject: [PATCH 2/2] docs: nestjs boilerplate add to readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5e9e5b2d..d196e441 100644 --- a/README.md +++ b/README.md @@ -153,6 +153,7 @@ - [NestJS Boilerplate using Typescript Generics](https://github.com/BrahimAbdelli/nestjs-boilerplate) - A NestJS boilerplate that uses abstraction to create generic controller, service, dtos and entity, aiming to encapsulate a reusable logic throughout the project in one centralized base module using TypeORM & MongoDB. - [NestJS Drizzle Auth.js](https://github.com/innei-template/nest-drizzle-authjs) - A Nest.js Boilerplate Using Drizzle + Postgres and integrates Auth.js. - [NestJS Boilerplate with Awesome Docs](https://github.com/vndevteam/nestjs-boilerplate) - A NestJS boilerplate with SWC builder, PNPM, Auth, TypeORM, PostgreSQL, Seeding data (TypeORM Extension), Mailing (@nestjs-modules/mailer, nodemailer), Logging (Pino), Exception Handling, I18N, Dockerization (Local development, production), Swagger, Document (Vuepress), Lint & format (ESLint, Prettier, Editorconfig, Husky, Lint-Staged, Commitlint), Tests, CI. +- [NestJS Boilerplate with Turborepo](https://github.com/devaungphyo/turborepo) - A robust boilerplate integrating NestJS for the backend and NextJS for the frontend, optimized with Turborepo for a monorepo architecture. It features SWC for fast compilation, PNPM for efficient package management, JWT-based authentication, TypeORM with PostgreSQL, and a mail service using Nodemailer. Pre-configured with ShadcnUI, supporting a micro-frontend architecture, and includes linting and formatting tools—ideal for scalable, modern applications. ## Projects using NestJS