Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zzxming/just-music-server
just-music的服务端代码,使用Node.js与Express搭建
https://github.com/zzxming/just-music-server
express mysql nodejs
Last synced: about 2 months ago
JSON representation
just-music的服务端代码,使用Node.js与Express搭建
- Host: GitHub
- URL: https://github.com/zzxming/just-music-server
- Owner: zzxming
- Created: 2022-10-27T07:06:09.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-28T03:48:00.000Z (about 1 year ago)
- Last Synced: 2023-10-29T02:29:02.207Z (about 1 year ago)
- Topics: express, mysql, nodejs
- Language: JavaScript
- Homepage: https://just-music-server.vercel.app
- Size: 1.61 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# just-music后端
项目 just-music 的后端服务器代码,接口信息在 api.md 中
[项目前端地址](https://github.com/zzxming/just-music)
# 安装与运行
克隆项目
```
git clone https://github.com/zzxming/just-music-server.git
```进入目录安装运行依赖
```
npm install
```启动服务
```
npm run start
```# 其他
数据库只是用于记录本地电脑有的音频文件,可以不需要,不影响网易云音乐和哔哩哔哩的音频获取
如果想要获取到本地歌曲请在 config 文件中修改音频存放路径,并在数据库中存入对应数据
创建歌单信息均保存在浏览器,内存有限