文件名称:coderplex-backend-old:coderplex.org的后端
文件大小:57KB
文件格式:ZIP
更新时间:2024-02-25 10:23:49
coderplex后端 Coderplex.org API服务器 关于 该项目使用 。 用于构建现代实时应用程序的开源Web框架。 入门 起来并运行就很容易。 确保已安装和 。 克隆此仓库 git clone https://github.com/coderplex/coderplex-backend.git 安装你的依赖 cd path/to/coderplex-backend; npm install 将.env.sample重命名为.env mv .env.sample .env 获取GitHub和LinkedIn OAUTH client_id和client_secret 请遵
【文件预览】:
coderplex-backend-old-master
----config()
--------default.js(991B)
--------production.js(113B)
----package.json(2KB)
----test()
--------app.test.js(1KB)
--------services()
----now.json(82B)
----LICENSE(1KB)
----.env.sample(141B)
----src()
--------mongodb.js(230B)
--------models()
--------hooks()
--------index.js(391B)
--------middleware()
--------oauthHandler.js(761B)
--------app.hooks.js(483B)
--------app.js(2KB)
--------services()
--------authentication.js(1KB)
----.npmignore(594B)
----.gitignore(2KB)
----CODE_OF_CONDUCT.md(3KB)
----public()
--------index.html(1KB)
--------favicon.ico(5KB)
----README.md(2KB)
----yarn.lock(101KB)
----.editorconfig(214B)