# task-engine **Repository Path**: lshsuper/task-engine ## Basic Information - **Project Name**: task-engine - **Description**: No description available - **Primary Language**: Go - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-07-13 - **Last Updated**: 2025-09-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README


Task Engine

#### 项目简介 >Task Engine 基于 Gin框架 的动态任务引擎系统 > go1.16 + gin + mysql + 权限验证 #### 项目结构 ``` Task Engine ├─app # 应用 ├─database # 数据库预设文件 ├─static # 前端css、js、img文件 ├─template # 前端html文件 ├─go.mod # go mod文件 ├─config.toml.examole # 配置文件样例 └─main.go # 项目主入口执行文件 ``` #### 项目安装 ```bash # 下 载 git clone https://gitee.com/lshsuper/task-engine.git # 修 改 配 置 config.toml ``` #### 运行项目 ```bash go mod tidy go run main.go ``` #### 未完成工作 - [] 去除多余函数 - [] 优化文件层级 - [] 完善操作日志