# Matrix **Repository Path**: wang-bingwei/matrix ## Basic Information - **Project Name**: Matrix - **Description**: 云盘 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 2 - **Created**: 2020-10-27 - **Last Updated**: 2024-06-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 名称和说明 四维口袋 ## 项目背景 - 想要做出一款不限速、简洁、好用的云盘 - 这个仓库为后端逻辑处理 ## 运行环境 - golang1.15 - Mysql8.0 ## 安装 - 根据自己系统,在[官网][https://golang.google.cn/dl/)安装相应golang环境] - 在backend目录下, go run ./main.go 即可运行 ## 主要项目负责人 黄鹏伟,罗童 ## 相关项目 [.matrix(前端项目)](https://gitee.com/wang-bingwei/matrix-front-end) ## 目录结构描述 |-- README.md // 中文文档 |--README.en.md // 英文文档 |--backen // 后端 | |--db // 数据库操作 | |--handler // 实现路由 | |---util // 工具包 | |--main.go |--fronted // 动态路由 |--img // 数据库表视图 |--LICENSE // 协议 ## 包 | 名称 | 描述 | | ------- | ---------------------------------- | | db | 连接数据库,以及修改数据库内容 | | util | 各种工具,比如aes加密,生成json数据 | | handler | 实现路由 | ## 参与贡献方式 感兴趣的请联系我们 联系方式:lt757424331@gmail.com ## 开源协议 MIT License Copyright (c) 2020 黄鹏伟 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.