nest全栈快速开发平台. Contribute to bule-sky/nest-admin development by creating an account on GitHub.
.github first commit Jun 20, 2024 .vscode first commit Jun 20, 2024 deploy update sql Jun 20, 2024 scripts first commit Jun 20, 2024 src chore: add supplier Jun 26, 2024 types first commit Jun 20, 2024 .dockerignore first commit Jun 20, 2024 .env first commit Jun 20, 2024 .env.dev...
gitclonehttps://github.com/buqiyuan/nest-admin 【可选】如果你是新手,还不太会搭建mysql/redis,你可以使用Docker启动指定服务供本地开发时使用, 例如: # 启动MySql服务docker compose --env-file .env --env-file .env.development run -d --service-ports mysql# 启动Redis服务docker compose --env-file...
我们可以使用nest-admin 轻松部署一套企业级管理系统。 github地址:https://github.com/taozhi1010/nest-admin 码云地址: https://gitee.com/tao-zhi/nest-admin 演示地址: https://nest-admin.dooring.vip 特点介绍 接下来我就和大家分享一下它的核心功能特点,以便大家有个更全面的了解。 1. 用户管理 我们可以...
gitclonehttps://github.com/wenqiyun/nest-admin.git# 或gitclonehttps://gitee.com/wenqiyun/nest-admin.git 前端 # 打开前端根目录cdnest-admin/client# 安装依赖包npm i# 本地运行开发npm run dev 后端 后端需要MySql、Redis环境 本项目使用TypeOrm连接MySql数据库, 运行前请在servers/src/config/dev.yml文...
$gitclonegit@github.com:taozhi1010/nest-admin.git 安装依赖: $cdnest-admin && yarn 浏览器支持 现代浏览器. 更多优质项目 贡献 欢迎对 nestjs 感兴趣的朋友一起共建: 提交issues来报告问题和优化建议. 主动pull requests来优化代码. 联系 微信:taozhi10100...
github地址:https://github.com/taozhi1010/nest-admin 码云地址:https://gitee.com/tao-zhi/nest-admin 演示地址:https://nest-admin.dooring.vip 特点介绍 接下来我就和大家分享一下它的核心功能特点,以便大家有个更全面的了解。 1. 用户管理 我们可以对用户进行系统的管理, 包括组织部门,用户标签,用户权限等...
前言这套Base Admin是一套简单通用的后台管理系统,主要功能有:权限管理、菜单管理、用户管理,系统设置、实时日志,实时监控,API加密,以及登录用户修改密码、配置个性菜单等 技术栈前端… 老刘发表于Java技... 推荐一个超级好看的开源的后台管理框架 开源小分队发表于开源小分队打开...
@Roles('admin') async deleteShop(@Body() deleteShopDto: QueryShopDto) { await this.shopService.deleteShop(deleteShopDto); return null; } } 然后,我们将对应的service补全就好。 在更新店铺信息时,还需要处理一种情况,那就是店铺更新成功,但是店铺图片更新失败的情况。在这种情况下,该更新只有部分生效。
Our admin interface is designed for non-technical users to get started straight away All your entities in one place Create, update and delete entities at the press of a button - long before you need to write any user-facing code. A generic backoffice for all your entities allows for maximum...