
An API Boilerplate built on top of NestJS.
Shanbe Backend is a backend boilerplate built on top of NestJS. It provides a comprehensive set of features for building scalable and secure applications. The boilerplate supports microservice architecture and follows CQRS design principles. It also includes features like GraphQL support with Apollo federation, authentication and authorization capabilities, OAuth and SSO integrations, user email verification, multiple email addresses for each user, access control based on Casbin, and a mailing queue. Shanbe Backend has certain requirements and environment variables that need to be set up before running the API.
Shanbe Backend is a powerful backend boilerplate built on top of NestJS. It provides a comprehensive set of features required to build scalable and secure applications. With support for microservice architecture, CQRS design, GraphQL, authentication and authorization, OAuth and SSO integrations, user email verification, access control, and a mailing queue, Shanbe Backend is a versatile solution for developing robust backend systems. The installation process involves setting up the required environment variables and running the API using the provided commands.

Express.js is a simple Node.js framework for single, multi-page, and hybrid web applications.
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.
A website that uses GraphQL as a query language to manage data fetching and state management. This includes features such as a strongly typed schema, client-side caching, and declarative data fetching to streamline data management and optimize website performance.
Pug is a high-performance template engine for Node.js and browsers that enables developers to write HTML templates using a concise and intuitive syntax. It supports a range of features, including template inheritance, conditionals, loops, mixins, and more, and can be easily integrated into a variety of web frameworks and build tools.
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.