# Tp-admin_Tp-scui **Repository Path**: MisterTiger/Tp-adminTp-scui ## Basic Information - **Project Name**: Tp-admin_Tp-scui - **Description**: Tp-admin 和 Tp-scui 前后端代码合并, tp-admin.rar和tp-scui.rar打包压缩包含有依赖文件:composer install wendor和npm install node_modules - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2024-04-22 - **Last Updated**: 2024-05-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README TpScui管理系统 =============== > 运行环境推荐PHP8.1+,基于thinkphp8.x前后端分离架构,开箱即用 > 前端仓库: https://gitee.com/weishiyun/tp-scui.git ## 简介 * 后端采用 thinkphp8 + mysql8 + redis 技术 * 完善的权限认证:菜单、按钮、api、登录授权 * 日志:登录日志、操作日志、系统日志 * thinkphp8.x 使用手册(https://doc.thinkphp.cn/v8_0/preface.html) * SCUI Admin 使用手册 (https://lolicode.gitee.io/scui-doc/) * 基于redis消息队列,启动队列:php think queue:listen --queue=owns_tp_queue * 基于workerman定时任务( * * * * * ),启动定时任务:php think worker:server ## 运行项目 ``` sh # 克隆项目 git clone https://gitee.com/weishiyun/tp-admin.git # 创建数据库并把tpscui-databases.sql导入数据库中 # 进入项目目录 cd tp-admin # 安装依赖 composer update # 启动项目(开发模式) php think run ``` 启动完成后浏览器访问 http://localhost:8000 ## 特别鸣谢 * 感谢 [thinkphp] (http://thinkphp.cn) * 感谢 [SCUI Admin] (https://gitee.com/lolicode/scui) ## 版权说明 * 代码可用于个人项目等接私活或企业项目, 免费开源 * 不允许二次开源收费 ## 支持作者 如果对你有帮助,请点个Star,这将是对我最大的支持

TpScui管理系统

## 介绍 TpScui管理系统是基于scui框架,简单便捷。scui官网文档:https://lolicode.gitee.io/scui-doc/ 后端仓库:https://gitee.com/weishiyun/tp-admin.git ## 安装教程 ``` sh # 克隆项目 git clone https://gitee.com/weishiyun/tp-scui.git # 进入项目目录 cd tp-scui # 安装依赖 npm i # 启动项目(开发模式) npm run serve ``` 启动完成后浏览器访问 http://localhost:2800