
A full-stack nestjs starter project. Includes authorization, authentication, MongoDB, Redis queue support, Crons jobs, and end-to-end testing.
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.
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.

A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications with TypeScript/JavaScript.
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 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.