首页 开发技术 其它     /    后端:为开源做贡献可能是学习,教导和积累经验的一种有益方式-源码

后端:为开源做贡献可能是学习,教导和积累经验的一种有益方式-源码

上传者: weixin_42114580 | 上传时间:2024/6/28 15:14:35 | 文件大小:82KB | 文件类型:ZIP
后端:为开源做贡献可能是学习,教导和积累经验的一种有益方式-源码
密码奖杯对开源做出贡献可能是一种学习,教授和积累几乎可以想象到的任何技能的有益方式。
:rocket:快速开始这是我们的快速入门指南。
分叉和克隆仓库gitclonehttps://github.com/CodeTrophs/Backend.git安装节点依赖性cdBackend/npminstall视窗npminstall-gnodemon开始开发。
导航到新站点的目录并启动。
npmrundev:start打开源代码并开始编辑!您的网站现在正在http://localhost:3000/api/v1/status!在您选择的代码编辑器中打开codetrophs目录,并在src下编辑文件。
保存您的更改,浏览器将实时更新!为了在存储库上工作,您必须遵循以下步骤:1:分叉仓库2:在分支的存储库上创建一个新分支。
新分支的名称应为issue-。
3:在系统上克隆存储库。
4:在新分支上工作并推送代码。
5:创建PR

文件下载

资源详情

[{"title":"(54个子文件82KB)后端:为开源做贡献可能是学习,教导和积累经验的一种有益方式-源码","children":[{"title":"Backend-master","children":[{"title":".eslintrc.json <span style='color:#111;'>448B</span>","children":null,"spread":false},{"title":".gitignore <span style='color:#111;'>22B</span>","children":null,"spread":false},{"title":"app.js <span style='color:#111;'>1.38KB</span>","children":null,"spread":false},{"title":".env.example <span style='color:#111;'>288B</span>","children":null,"spread":false},{"title":"package.json <span style='color:#111;'>1.22KB</span>","children":null,"spread":false},{"title":"package-lock.json <span style='color:#111;'>160.26KB</span>","children":null,"spread":false},{"title":"src","children":[{"title":"models","children":[{"title":"DiscussionComment.js <span style='color:#111;'>740B</span>","children":null,"spread":false},{"title":"ReportDiscussionCommentDetails.js <span style='color:#111;'>745B</span>","children":null,"spread":false},{"title":"SkillTest.js <span style='color:#111;'>624B</span>","children":null,"spread":false},{"title":"ReportDiscussionDetails.js <span style='color:#111;'>578B</span>","children":null,"spread":false},{"title":"Discussion.js <span style='color:#111;'>657B</span>","children":null,"spread":false},{"title":"User.js <span style='color:#111;'>1.38KB</span>","children":null,"spread":false},{"title":"ReportDiscussion.js <span style='color:#111;'>453B</span>","children":null,"spread":false},{"title":"SkillTestQuestion.js <span style='color:#111;'>737B</span>","children":null,"spread":false},{"title":"ReportDiscussionComment.js <span style='color:#111;'>603B</span>","children":null,"spread":false}],"spread":true},{"title":"validators","children":[{"title":"discussion.js <span style='color:#111;'>709B</span>","children":null,"spread":false},{"title":"skillTest.js <span style='color:#111;'>1.29KB</span>","children":null,"spread":false},{"title":"auth.js <span style='color:#111;'>213B</span>","children":null,"spread":false},{"title":"user.js <span style='color:#111;'>826B</span>","children":null,"spread":false}],"spread":true},{"title":"utils","children":[{"title":"github.js <span style='color:#111;'>4.97KB</span>","children":null,"spread":false},{"title":"logger.js <span style='color:#111;'>1.59KB</span>","children":null,"spread":false},{"title":"jwt.js <span style='color:#111;'>708B</span>","children":null,"spread":false},{"title":"cache.js <span style='color:#111;'>244B</span>","children":null,"spread":false}],"spread":true},{"title":"config","children":[{"title":"index.js <span style='color:#111;'>857B</span>","children":null,"spread":false},{"title":"githubOauth.js <span style='color:#111;'>1.59KB</span>","children":null,"spread":false},{"title":"roles.js <span style='color:#111;'>78B</span>","children":null,"spread":false},{"title":"db.js <span style='color:#111;'>574B</span>","children":null,"spread":false}],"spread":true},{"title":"middlewares","children":[{"title":"imageUpload.js <span style='color:#111;'>722B</span>","children":null,"spread":false},{"title":"auth.js <span style='color:#111;'>1.11KB</span>","children":null,"spread":false}],"spread":true},{"title":"controllers","children":[{"title":"create.js <span style='color:#111;'>4.77KB</span>","children":null,"spread":false},{"title":"v1","children":[{"title":"github.js <span style='color:#111;'>2.66KB</span>","children":null,"spread":false},{"title":"discussion.js <span style='color:#111;'>4.93KB</span>","children":null,"spread":false},{"title":"index.js <span style='color:#111;'>319B</span>","children":null,"spread":false},{"title":"skillTest.js <span style='color:#111;'>5.30KB</span>","children":null,"spread":false},{"title":"auth.js <span style='color:#111;'>847B</span>","children":null,"spread":false},{"title":"user.js <span style='color:#111;'>2.53KB</span>","children":null,"spread":false}],"spread":false}],"spread":true},{"title":"routes","children":[{"title":"index.js <span style='color:#111;'>161B</span>","children":null,"spread":false},{"title":"v1","children":[{"title":"github.js <span style='color:#111;'>739B</span>","children":null,"spread":false},{"title":"discussion.js <span style='color:#111;'>788B</span>","children":null,"spread":false},{"title":"index.js <span style='color:#111;'>609B</span>","children":null,"spread":false},{"title":"skillTest.js <span style='color:#111;'>1.13KB</span>","children":null,"spread":false},{"title":"auth.js <span style='color:#111;'>265B</span>","children":null,"spread":false},{"title":"user.js <span style='color:#111;'>787B</span>","children":null,"spread":false}],"spread":false}],"spread":false}],"spread":true},{"title":"bin","children":[{"title":"www <span style='color:#111;'>1.65KB</span>","children":null,"spread":false}],"spread":true},{"title":"LICENSE <span style='color:#111;'>11.09KB</span>","children":null,"spread":false},{"title":"public","children":[{"title":".keep <span style='color:#111;'>0B</span>","children":null,"spread":false}],"spread":true},{"title":".github","children":[{"title":"FUNDING.yml <span style='color:#111;'>723B</span>","children":null,"spread":false},{"title":"workflows","children":[{"title":"nodejs.yml <span style='color:#111;'>686B</span>","children":null,"spread":false}],"spread":true}],"spread":true},{"title":"README.md <span style='color:#111;'>2.01KB</span>","children":null,"spread":false},{"title":"docs","children":[{"title":"user.md <span style='color:#111;'>3.58KB</span>","children":null,"spread":false},{"title":"github.md <span style='color:#111;'>4.18KB</span>","children":null,"spread":false},{"title":"skill-tests.md <span style='color:#111;'>5.54KB</span>","children":null,"spread":false},{"title":"discussion.md <span style='color:#111;'>4.33KB</span>","children":null,"spread":false}],"spread":true},{"title":".prettierrc <span style='color:#111;'>113B</span>","children":null,"spread":false}],"spread":false}],"spread":true}]

评论信息

免责申明

【好快吧下载】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【好快吧下载】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【好快吧下载】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,8686821#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明