# CloudDisk Backend ## 开发指南 ### 安装 ```bash npm install ``` ### 启动 ```bash npm start ``` ### API 端点 - POST /api/auth/login - POST /api/auth/register - GET /api/files - POST /api/files/upload - DELETE /api/files/:id