1 Star 0 Fork 0

Ares / nest-cms

加入 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

nestjs-curd小练

1. 实现了jwt token验证

2. 实现了权限RBAC验证,用户所具备的权限与Roles全部权限是否匹配

3. log4js日志

4. 数据库采用mongodb

5. 文件上传及静态托管,此处有小插曲(我删除了部分代码,但是测试接口仍然生效,找了很久还以为配置除了问题。实际上我们访问的是nest经过打包后的dist文件,删除的代码里面不能及时更新,如有此问题,可将dist文件夹删除,再重新运行程序)

基础基本搭建完毕,可快速添加模块和数据model进行数据库curd操作

Nest framework TypeScript starter repository.

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

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.

License

Nest is MIT licensed.

空文件

简介

# nestjs-curd小练 # 1. 实现了jwt token验证 # 2. 实现了权限RBAC验证,用户所具备的权限与Roles全部权限是否匹配 # 3. 实现了log4js日志 # 4. 实现了数据库采用mongodb # 5. 实现了文件上传及静态托管 基础基本搭建完毕,可快速添加模块和数据model进行数据库curd操作 展开 收起
NodeJS 等 2 种语言
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
NodeJS
1
https://gitee.com/xpmweb/nest-cms.git
git@gitee.com:xpmweb/nest-cms.git
xpmweb
nest-cms
nest-cms
master

搜索帮助