# aurora **Repository Path**: vergil8023/aurora_graduation ## Basic Information - **Project Name**: aurora - **Description**: 毕业设计 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2018-12-12 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # aurora原创音乐者交流平台 #### 项目介绍 个人毕业设计 #### 软件架构 软件架构说明 --- #### 数据库模型设计 1.用户表(user) * id: 用户id * name: 用户名 * real_name: 真实姓名 * pwd: 密码 * sex: 性别 * age: 年龄 * id_card: 身份证号码 * phone_number: 联系电话 * email: 邮箱 * is_auth: 是否实名认证 2.音乐清单表(music) * id: 音乐id * name: 音乐名称 * music_src: 链接地址 * user: 所属用户(外键) * like_count: 点赞次数 * is_original: 是否原创 * is_download: 是否可下载 * category: 流派(外键) * upload_time: 上传时间 3.音乐类型表(music_category) * category_id: 类型id * category_name: 类型名称 4.主题帖清单表(post) * id: 主题帖id * user: 用户(外键) * title: 标题 * content: 内容 * like_count: 点赞次数 * category: 类型(外键) 5.主题帖类型表(post_category) * category_id: 类型id * category_name: 类型名称 6.用户收藏夹表(music_favorite) * user: 用户 * music: 音乐 * collect_time: 收藏时间 7.主题收藏表(post_favorite) * user: 用户 * post: 主题帖 * collect_time: 收藏时间 7.音乐评论表(music_comment) * user: 用户 * music: 音乐 * content: 评论内容 * comment_time: 评论时间 8.主题帖评论表(post_comment) * user: 用户 * post: 音乐 * content: 评论内容 * comment_time: 评论时间 --- #### 安装教程 1. xxxx 2. xxxx 3. xxxx #### 使用说明 1. xxxx 2. xxxx 3. xxxx #### 参与贡献 1. Fork 本项目 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 码云特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. 码云官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解码云上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是码云最有价值开源项目,是码云综合评定出的优秀开源项目 5. 码云官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) 6. 码云封面人物是一档用来展示码云会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)