Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tohsaka888/haotiandianmusic
A Music App Built by czu Students
https://github.com/tohsaka888/haotiandianmusic
Last synced: 9 days ago
JSON representation
A Music App Built by czu Students
- Host: GitHub
- URL: https://github.com/tohsaka888/haotiandianmusic
- Owner: tohsaka888
- License: mit
- Created: 2021-10-24T01:40:41.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T08:52:37.000Z (11 months ago)
- Last Synced: 2023-12-15T09:53:34.689Z (11 months ago)
- Language: TypeScript
- Size: 7.71 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Python大作业-音乐App开发
## 项目构成
### 前端
React Native + TypeScript + React Native Element + React Native Vedio### 后端
Express.js### 数据库
MongoDB### 数据处理
Pandas> 后端项目基于开源库 https://github.com/Binaryify/NeteaseCloudMusicApi 的接口数据开发
## 项目运行
### clone项目
clone本项目
```terminal
git clone https://github.com/tohsaka888/HaoTianDianMusic.git
```
国内加速下载
```terminal
git clone https://github.com.cnpmjs.org/tohsaka888/HaoTianDianMusic.git
```### 安装依赖
```terminal
yarn install
```## 运行
```terminal
yarn start
```
另启终端
```terminal
yarn android
```> 后端项目请去此项目地址查看 https://github.com/tohsaka888/HaoTianDianMusicServer