
NestJs Boilerplate. MongoDB (or can chage to any other DB you like) with Prisma. Repository Design Pattern and Modular.
The ACK NestJs Boilerplate is a Http NestJs v10.x boilerplate that serves as a backend service for authentication and authorization. It is built using NodeJs, TypeScript, and MongoDB. This boilerplate is designed for use with AWS and includes features such as stateless authorization, Google SSO integration, and support for database transactions. The project also makes use of several tools and technologies including JWT, Jest, Yarn, Docker, and Sentry.io for monitoring.
The ACK NestJs Boilerplate is a powerful boilerplate for building backend services using NestJs. It provides authentication and authorization services, support for AWS/AWS integration, and includes features such as stateless authorization and Google SSO integration. The installation process is straightforward and allows for easy customization and contribution. However, it is important to note that the documentation for this project is limited.

A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications with TypeScript/JavaScript.
Prisma is a server-side library that helps developers read and write data to the database in an intuitive, efficient and safe way.
A fullstack boilerplate provides a starter application that includes both frontend and backend. It should include database, auth, payments, user roles and other backend services to build a fully featured saas or webapps.
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.