# icafe-cms-demo-backend **Repository Path**: itaming/icafe-cms-demo-backend ## Basic Information - **Project Name**: icafe-cms-demo-backend - **Description**: 网吧行业客户管理系统后端工程 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-24 - **Last Updated**: 2024-10-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 网吧行业客户管理系统(后端API接口平台) =============== > 运行环境要求PHP7.1+,兼容PHP8.0。 ## 介绍 ✨⛲ 一个基于 ThinkPHP 6.0 + MySQL + JWT 开发的 API 接口平台。 ## 前端 🎉⭐ 前端基于 Vue 3 + Vue-Router + Vuex + Element-Plus + Echarts + Axios 开发,项目地址在这里! https://gitee.com/imutraveler/icafe-cms-demo ## 安装 ~~~ composer install # 部署到服务器可跳过开发依赖(require-dev)的安装 composer install --no-dev ~~~ 如果需要更新框架使用 ~~~ composer update topthink/framework ~~~