# nestjs-login-auth **Repository Path**: Luomenghao/nestjs-login-auth ## Basic Information - **Project Name**: nestjs-login-auth - **Description**: No description available - **Primary Language**: TypeScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-03-31 - **Last Updated**: 2024-11-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

Nest Logo

[circleci-image]: https://img.shields.io/circleci/build/github/nestjs/nest/master?token=abc123def456 [circleci-url]: https://circleci.com/gh/nestjs/nest

A progressive Node.js framework for building efficient and scalable server-side applications.

NPM Version Package License NPM Downloads CircleCI Coverage Discord Backers on Open Collective Sponsors on Open Collective Support us

## Description [Nest](https://github.com/nestjs/nest) framework TypeScript starter repository. ## Installation ```bash $ npm install ``` ## 1、run start ```bash # development $ npm run start # watch mode $ npm run start:dev # production mode $ npm run start:prod ``` ## 2、项目目录说明 ```bash |-- Nestjs CURD |-- app.controller.ts # 根控制器 |-- app.module.ts # 根模块 |-- app.service.ts # 根Serice |-- main.ts # 项目入口文件 |-- common # 公共模块 | |-- constants # 全局常量 | |-- decorators # 装饰器 | |-- dto # DTO | |-- enumerations # 通用枚举 | |-- exceptions # 自定义异常 | |-- filters # 自定义过滤器 | |-- guards # 自定义拦截器 | |-- interceptors # 自定义接口 | |-- libs # 自定义库 | |-- middlewares # 中间件 | |-- pipes # 管道 |-- config # 全局配置文件 | |-- databases.ts # 全局配置文件 | |-- global.ts # 全局配置文件 | |-- log4.ts # 全局配置文件 |-- entities # 全局配置文件 |-- modules # 业务模块 | |-- auth # 业务-登录认证模块 | |-- common # 业务-公共模块 | |-- role # 业务-角色模块 | |-- user # 业务-用户模块 |-- utils # 工具函数 | ``` ## Support Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please [read more here](https://docs.nestjs.com/support). ## Stay in touch - Author - [Kamil Myśliwiec](https://kamilmysliwiec.com) - Website - [https://nestjs.com](https://nestjs.com/) - Twitter - [@nestframework](https://twitter.com/nestframework) ## License Nest is [MIT licensed](LICENSE).