1 Star 0 Fork 47

Sunny / nest-admin

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

nest-admin

基于 NestJs + TypeScript + TypeORM + Redis + MySql + Vue3 + Ant Design Vue 编写的一款简单高效的前后端分离的权限管理系统。希望这个项目在全栈的路上能够帮助到你。

演示地址

项目启动前的准备工作

演示环境账号密码:

账号 密码 权限
rootadmin 123456 超级管理员

所有新建的用户初始密码都为 123456

本地部署账号密码:

账号 密码 权限
rootadmin 123456 超级管理员

快速体验

启动成功后,通过 http://localhost:7001/swagger-api/ 访问。

yarn docker:up
# or
docker compose --env-file .env.production up -d --no-build

停止并删除所有容器

yarn docker:down
# or
docker compose --env-file .env.production down

查看实时日志输出

yarn docker:logs
# or
docker compose --env-file .env.production logs -f

本地开发

  • 获取项目代码
git clone https://github.com/buqiyuan/nest-admin
  • 【可选】如果你是新手,还不太会搭建mysql/redis,你可以使用 Docker 启动指定服务供本地开发时使用, 例如:
# 启动MySql服务
docker compose  --env-file .env.development run -d --service-ports mysql
# 启动Redis服务
docker compose  --env-file .env.development run -d --service-ports redis
  • 安装依赖
cd nest-admin

yarn install
yarn dev
  • 打包
yarn build

系统截图

欢迎 Star && PR

如果项目有帮助到你可以点个 Star 支持下。有更好的实现欢迎 PR。

致谢

LICENSE

MIT

MIT License Copyright (c) 2021-present buqiyuan 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 CRUD for RESTful API使用 nestjs + mysql + typeorm + redis + jwt + swagger 企业中后台管理系统项目RBAC权限管理(细粒度到按钮)、实现单点登录等。 展开 收起
TypeScript
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

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

搜索帮助