# layui-static-Plattform **Repository Path**: yf_z/layui-static-Plattform ## Basic Information - **Project Name**: layui-static-Plattform - **Description**: 双重预防管理系统 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2021-07-20 - **Last Updated**: 2022-09-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # layui-static-Plattform # 忽略.zip文件 ``` git rm -r --cached 要忽略的文件 ``` # nodejs启动后端 ``` cd web npm start ``` 编写模块 ``` controllers/目录下未api接口位置 middleware/controller.js 为封装的中间件 自动扫描controllers下的接口并创建路由 使用squelize 连接数据库 ``` # .net 后端