# cloud-disk **Repository Path**: haima1004/cloud-disk ## Basic Information - **Project Name**: cloud-disk - **Description**: 基于go-zero实现的网盘系统 - **Primary Language**: Go - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 21 - **Created**: 2022-05-16 - **Last Updated**: 2022-05-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # CloudDisk > 轻量级云盘系统,基于go-zero、xorm实现。 > > B站视频链接:https://www.bilibili.com/video/BV1cr4y1s7H4/ 使用到的命令 ```text # 创建API服务 goctl api new core # 启动服务 go run core.go -f etc/core-api.yaml # 使用api文件生成代码 goctl api go -api core.api -dir . -style go_zero ``` 腾讯云COS后台地址:https://console.cloud.tencent.com/cos/bucket 腾讯云COS帮助文档:https://cloud.tencent.com/document/product/436/31215