文件名称:dev-advocate-app:Developer Advocate 活动管理申请
文件大小:600KB
文件格式:ZIP
更新时间:2024-07-20 09:06:12
JavaScript
活动管理应用 此应用程序用于捕获与 Developer Advocate 相关的活动。 先决条件 (v0.10.24 或更新版本) (2.6.x 或更新版本) 安装 克隆存储库后: cd dev-advocate-app npm install 该应用程序使用几个环境变量: export MONGO_URL=[mongodb connection string] export TW_CONS_KEY=[your consumer key] export TW_CONS_SECRET=[your consumer secret] export MODE=[production|dev] export OAUTH_REDIRECT=[home url of the appication] 默认值: MONGODB_URL : mongodb://localhost:27017/
【文件预览】:
dev-advocate-app-master
----.gitignore(527B)
----package.json(686B)
----data()
--------types.js(850B)
----src()
--------app.js(7KB)
--------services()
--------util()
--------routes()
----init()
--------db_ini.js(14KB)
----bin()
--------server.js(355B)
----angular-js()
--------app.js(2KB)
--------assets()
--------index.html(4KB)
--------filters()
--------controllers()
--------modules()
--------partials()
----README.md(1KB)
----conf()
--------conf.js(144B)
----test()
--------services()