25 lines
286 B
Markdown
25 lines
286 B
Markdown
# CloudDisk Backend
|
|
|
|
## 开发
|
|
|
|
```bash
|
|
npm install
|
|
npm run dev
|
|
```
|
|
|
|
## 测试
|
|
|
|
```bash
|
|
npm test
|
|
```
|
|
|
|
## API列表
|
|
|
|
- /api/auth - 认证
|
|
- /api/files - 文件管理
|
|
- /api/share - 分享
|
|
- /api/search - 搜索
|
|
- /api/trash - 回收站
|
|
- /api/stats - 统计
|
|
- /api/health - 健康检查
|