2 Star 1 Fork 0

Haor呀 / nestjs-login-auth

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

Nest Logo

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 framework TypeScript starter repository.

Installation

$ npm install

1、run start

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

2、项目目录说明

|-- 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.

Stay in touch

License

Nest is MIT licensed.

空文件

简介

暂无描述 展开 收起
TypeScript 等 4 种语言
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
TypeScript
1
https://gitee.com/Luomenghao/nestjs-login-auth.git
git@gitee.com:Luomenghao/nestjs-login-auth.git
Luomenghao
nestjs-login-auth
nestjs-login-auth
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891