{"id":13671710,"url":"https://github.com/wunci/video-admin","last_synced_at":"2025-04-10T05:06:35.275Z","repository":{"id":144078772,"uuid":"102304456","full_name":"wunci/video-admin","owner":"wunci","description":" node+koa2+mysql","archived":false,"fork":false,"pushed_at":"2020-03-31T08:37:36.000Z","size":5989,"stargazers_count":199,"open_issues_count":1,"forks_count":92,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-04-10T05:06:21.255Z","etag":null,"topics":["api","koa2","mysql","nodejs","vue"],"latest_commit_sha":null,"homepage":"http://vue.wclimb.site","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wunci.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2017-09-04T00:58:56.000Z","updated_at":"2025-02-28T07:46:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"18ee7fd7-081e-477d-9780-30e46ea4b0b0","html_url":"https://github.com/wunci/video-admin","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wunci%2Fvideo-admin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wunci%2Fvideo-admin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wunci%2Fvideo-admin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wunci%2Fvideo-admin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wunci","download_url":"https://codeload.github.com/wunci/video-admin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248161274,"owners_count":21057555,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","koa2","mysql","nodejs","vue"],"created_at":"2024-08-02T09:01:16.882Z","updated_at":"2025-04-10T05:06:35.250Z","avatar_url":"https://github.com/wunci.png","language":"JavaScript","readme":"# 写在前面（有问题可以加qq群:725165362）\n\n  该项目有两个版本，vue和react\n  \n\u003e 前端项目地址 https://github.com/wclimb/vue-video    \n\u003e 前端预览 http://video.wclimb.site\n\n\u003e 后端项目地址 https://github.com/wclimb/video-admin  \n\u003e 后台管理 http://vue.wclimb.site\n\n\u003e API接口地址 https://github.com/wclimb/video-admin/blob/master/API.md (未更新，接口现在重写过)\n\nreact版现在已经完成\n\n\u003e react版项目地址 https://github.com/wclimb/react-video  \n\u003e react版预览 http://react.wclimb.site\n\n## 技术栈(Vue2.js + Node.js 全栈项目)\n\n`Node.js` + `Koa2` + `Mysql`\n\n## 开发环境\n\n- Nodejs `v8.1.0`\n- Koa `v2.3.0`\n- Mysql `v5.7.0`\n\n\u003e 如果遇到报错，可能是因为不支持async await,请先升级node版本，\n\n## 运行\n\n\u003e 只有超级管理员才可以删除文章，其他登录之后会自动注册，可以上传信息和修改信息\n\n```\ngit clone https://github.com/wclimb/video-admin.git\n\ncd video-admin\n\nnpm install  建议使用淘宝镜像(https://npm.taobao.org/) =\u003e  cnpm i\n\nnpm i supervisor -g(安装过可以忽略)\n\nnpm run dev (运行项目)\n\nnpm test (测试)\n\nps: 需要先创建数据库，本项目的数据库名为 vuesql 不知道如何创建的可以看我另外一个项目Koa2-blog的README.md\n```\n\n\u003e 如果觉得对你有帮助还望关注一下，有问题可以及时提哟，觉得不错的话star一下也是可以的哟\n\n## 后端管理后台功能\n\n- [x] 注册\n- [x] 登录\n- [x] 登出\n- [x] 上传video信息\n- [x] 修改已上传的video信息\n- [x] 查看喜欢/不喜欢的所有数据\n- [x] 查看评论的所有数据\n- [x] 查看评论的所有数据\n- [x] 查看后台所有用户\n- [x] 查看前端注册的所有用户\n\n## 后端线上地址\n\n技术栈：`node` + `koa2` + `mysql` \n预览：[video-admin](http://vue.wclimb.site)\nGitHub: [管理后台](https://github.com/wclimb/video-admin)\n\n## 前端后台演示\n\n![](http://www.wclimb.site/cdn/admin.gif)\n\n## 前端功能\n\n* 1. 注册登录登出 + 验证码 密码检测，如果用户不存在则自动创建\n* 2. 检测是否登录，如果没有登录则不允许评论和评价\n* 3. 可以上传影片到后台，进行前台展示\n* 4. 评分功能，初始化评分可以自由设置，如果没有人like则默认显示原始评分，如果有则计算当前vide的评分\n* 5. 修改用户名，检测用户名是否跟其他人重复\n* 6. 上传头像，默认没有头像\n* 7. 评论功能，评论之后可以在个人中心展示，并且可以删除\n* 8. 搜索功能，可以搜索存在的影片，如果没有则显示无结果\n* 9. 自己喜欢的video和评论的内容会在个人中心显示\n\n综上：\n\n- [x] 注册\n- [x] 登录\n- [x] 登出\n- [x] 验证码\n- [x] 详情页\n- [x] 分类\n- [x] 分类影视列表\n- [x] 修改用户名\n- [x] 上传头像\n- [x] 评论\n- [x] 删除评论\n- [x] 搜索\n- [x] 个人中心数据\n\n\n## 前端线上地址\n\n项目是手机端的，请使用谷歌浏览器手机预览模式\n\n预览：[vue-video](http://video.wclimb.site)\n\n手机扫描图下二维码预览\n\n![](http://www.wclimb.site/cdn/1504574571.png)\n\n","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwunci%2Fvideo-admin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwunci%2Fvideo-admin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwunci%2Fvideo-admin/lists"}