Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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