└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # demo-land 2 | 3 | nestjs 相关 demo 项目汇总 4 | 5 | ## 入门项目 6 | 7 | - [Restful 风格的增删改查示例项目](https://github.com/dzzzzzy/Nestjs-Learning/blob/master/demo/rest-api/README.md) 8 | - [GraphQL 风格的增删改查示例项目,包含简单的 GraphQL 订阅功能](https://github.com/dzzzzzy/Nestjs-Learning/blob/master/demo/graphql-api/README.md) 9 | - [一个包含用户登录注册,用户授权、用户认证、帖子管理、用户管理等功能的示例项目](https://github.com/dzzzzzy/Nestjs-Learning/blob/master/demo/easy-post/README.md) 10 | - [待办事项应用,技术上使用 JWT 、MongoDB 、Mongoose ,功能上实现注册、登录、待办事项增删改查](https://github.com/TangJinJian/nest-todo) 11 | 12 | ## cms & blog 项目 13 | 14 | - [zheng-chuang/blog-nest](https://github.com/zheng-chuang/blog-nest) 预览: 15 | - [ZhiXiao-Lin/nestify](https://github.com/ZhiXiao-Lin/nestify) 基于 Nestjs、Nextjs、Fastify、TypeORM、ElasticSearch、AntDesign 的内容管理框架 16 | - [xylmoon/nest-dmb](https://github.com/xylmoon/nest-dmb) 预览: 17 | 18 | ## 后台管理系统项目 19 | 20 | - [RBAC后台权限管理系统](https://github.com/NG-NEST/ng-nest-moon) 21 | - [IricBing/HSHToken](https://github.com/IricBing/HSHToken) 使用redis存储token信息,并支持token自动续期 22 | - [用户组织权限管理系统,提供JWT认证,角色授权,组织用户关系](https://github.com/canyuegongzi/simple-user-center)[在线地址](http://canyuegongzi.xyz/simple-user-center-web) 23 | 24 | ## RabbitMQ 25 | 26 | - [liwangyong/NestBase-master](https://github.com/liwangyong/NestBase-master) 后端日志管理平台 技术栈 @typeorm nestjs RabbitMQ 27 | --------------------------------------------------------------------------------