# 系统后端 **Repository Path**: huang-ziling/system-backend ## Basic Information - **Project Name**: 系统后端 - **Description**: 后台管理系统的PHP后端 - **Primary Language**: PHP - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-02-13 - **Last Updated**: 2024-08-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 运行说明 ### 1、将目录中的educate.sql文件导入数据库 image-20220213162636959 ### 2、在config目录下的database.php中修改自己的数据库配置 image-20220213162805647 ### 3、在Terminal输入命令 ``` php think run ``` > 出现即成功 image-20220213162942068