Nest Js Boilerplate

screenshot of Nest Js Boilerplate
nestjs

Nest.js boilerplate

Overview

The "Buy Me A Coffee Nest.js boilerplate" is a project template that helps developers quickly bootstrap their own Nest.js/MongoDB/MySQL/Typescript API with common enterprise configurations already set up. It offers features like authentication, session storage, email sending, and more.

Features

  • Authentication: Implements PassportJS local strategy, JWT authentication, and Passport OAuth 2.0 strategy for Google.
  • AdminJS: Integrates with AdminJS for an admin panel with user authentication and role-based access control.
  • Serialization: Provides decorators like @Serialize and @Exclude for processing objects before network response.
  • Session Storage: Supports session storage with MongoDB, Redis, and MySQL.
  • Email Sending: Includes Nodemailer for sending emails.

Summary

The "Buy Me A Coffee Nest.js boilerplate" is a project template that helps developers quickly set up their Nest.js API with MongoDB, MySQL, and TypeScript. It includes features like authentication, admin panel integration, serialization decorators, session storage, and email sending. The installation process is straightforward, and developers can easily customize the template for their specific needs.

nestjs
Nest

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

docker
Docker

A website that uses Docker for containerization to streamline development, testing, and deployment workflows. This includes features such as containerization of dependencies, automated builds and deployments, and container orchestration to ensure scalability and availability.

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.