Nestjs Monorepo Starter

screenshot of Nestjs Monorepo Starter
nestjs

A full-stack nestjs starter project. Includes authorization, authentication, MongoDB, Redis queue support, Crons jobs, and end-to-end testing.

Overview

NestJS Mono repo starter is a monorepo boilerplate that allows developers to quickly start NestJS projects. The starter includes an API, client, and shared libraries. It is powered by Lerna and Yarn, with Lerna handling bootstrapping, installing, and symlinking all of the packages/apps.

Features

  • Multiple packages and applications for a project called nest-starter
  • Includes shared utilities between server and client (TypeScript)
  • Includes a NestJS API server that depends on the shared utilities and core
  • Includes an Angular app that depends on the shared utilities

Summary

The NestJS Mono repo starter provides a convenient and efficient way to start NestJS projects. With its monorepo structure, developers can easily manage multiple packages and applications. The shared utilities and core libraries ensure consistent functionality across the project. The use of Lerna and Yarn simplifies the installation and management of packages. Overall, this starter offers a solid foundation for NestJS development.

nestjs
Nest

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

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.