11 Star 204 Fork 82

kapok / nest-admin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT


Nest Admin

项目说明

Nest Admin 管理系统,是基于 NestjsVue 打造出的一站式 RBAC 管理平台。

核心模块包括: 用户、角色、菜单、岗位、部门、日志、文件管理等功能。提供了丰富的功能组件,它可以帮助您快速搭建企业级中后台产品原型。

本地开发

下载源码

git clone https://github.com/wenqiyun/nest-admin.git
# 或
git clone https://gitee.com/wenqiyun/nest-admin.git

前端

# 打开前端根目录
cd nest-admin/client
# 安装依赖包
npm i
# 本地运行开发
npm run dev

后端

后端需要 MySqlRedis 环境

本项目使用 TypeOrm 连接 MySql 数据库, 运行前请在 servers/src/config/dev.yml 文件中配置好数据库连接

MySql 数据库文件在 nest-admin/db/kapok.sql ,可以通过 MySQL WorkBenchNavicat 等工具软件导入。

# 打开后端根目录
cd nest-admin/servers
# 如果 安装不成功,建议使用 pnpm i
npm i
# 本地运行开发
npm run start:dev

启动好前、后端后,浏览器访问 http://localhost:5173 即可打开页面, swagger 文档地址 http://localhost:8081/api/docs

在线预览:http://nest-admin.shenyuan.xn--6qq986b3xl/

演示账号:

账号 密码 权限
admin admin 超级管理员
test Q123456 测试用户

批量导入的用户默认密码: Q123456 , 可在 servers/src/config 中配置 初始密码

功能

  • 用户管理
  • 角色管理
  • 部门管理
  • 岗位管理
  • 菜单管理
  • 文件上传(当前只完成上传本地,未兼容 oss)
  • 定时任务

效果图

image

image

image

image

image

如果你觉得这个项目帮助到了你,你可以帮作者买一杯果汁表示鼓励

image

MIT License Copyright (c) 2020 wenqiyun Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

采用nestjs typeorm vue开发的一套权限管理系统 展开 收起
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
TypeScript
1
https://gitee.com/wenqiyun/nest-admin.git
git@gitee.com:wenqiyun/nest-admin.git
wenqiyun
nest-admin
nest-admin
dev

搜索帮助

14c37bed 8189591 565d56ea 8189591