# yili-music **Repository Path**: programmer-yili/yili-music ## Basic Information - **Project Name**: yili-music - **Description**: 音乐APP全栈开发:SpringBoot服务端仓库 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 14 - **Forks**: 8 - **Created**: 2021-12-29 - **Last Updated**: 2024-12-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 猿力音乐 ## 搭建开发环境 1. 拉去代码 ````shell git clone git@github.com:programmer-yili/yili-music.git # or 国内仓库 git clone git@gitee.com:programmer-yili/yili-music.git ```` 2. 复制配置文件 ```shell cp .env.example .env # 复制后填写本地配置 ``` 3. 运行