Nest Template Cms

screenshot of Nest Template Cms
nestjs

使用 Nest+TS 构建的CMS开发框架

Overview

The nest-template-cms is a backend management system module application based on the NestJS framework. It is developed using mainstream technologies such as NestJs, MySQL2, TypeORM, Docker, Redis, and TypeScript. The template integrates many modules including JWT authentication, RBAC authorization, CMS, Swagger, and logging. It also includes code standards check tools like Eslint and Prettier. Users can develop their business code on top of this template.

Features

  • NestJs, MySQL2, TypeORM, Docker, Redis, and TypeScript as the main technologies.
  • Integration of TypeScript for the entire project.
  • Code formatting with Prettier and code validation with Eslint.
  • Standardized commit messages with husky, lint-staged, and commitlint.

Summary

The nest-template-cms is a feature-rich backend management system template developed using NestJS and various technologies. It offers modules and integrations for authentication, authorization, CMS, logging, and more. The template promotes code standardization and provides guidelines for contributions. Users can install and utilize the template by following the installation guide.

nestjs
Nest

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

template
Templates & Themes

A template or theme refers to a pre-designed layout or structure that provides a basic framework for building a specific type of application or website. It typically includes good design, placeholder content and functional features, allowing developers to customize and fill in the details according to their specific needs.

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.