文件名称:WaitCafeApi:等待Cafe Api服务器
文件大小:17KB
文件格式:ZIP
更新时间:2024-06-08 10:33:03
JavaScript
WaitCafeApi Wait Cafe Api Server 在开始之前 你的电脑应该要安装好Node.js 与MongoDB ! 启动Server npm start 注意事项,很重要,请一定要看 所有回传物件请呼叫res.api这个method,例如return res.api(user); 目前绑定在全域变数(global)有几样东西,在程式中可以随意呼叫。 model: 所有的model Promise: bluebird TEST
【文件预览】:
WaitCafeApi-develop
----.jshintrc(6KB)
----.gitignore(526B)
----app.js(581B)
----package.json(540B)
----Config.js(88B)
----bin()
--------www.js(283B)
----models()
--------favorite.js(1KB)
--------setting.js(194B)
--------index.js(147B)
--------user.js(856B)
--------activity.js(1KB)
----LICENSE(1KB)
----errorHandler()
--------index.js(400B)
----libs()
--------index.js(50B)
--------hash.js(151B)
----README.md(426B)
----middlewares()
--------index.js(647B)
--------apiBinding.js(278B)
----controllers()
--------user()
--------index.js(317B)
--------favorite()
--------activity()
----Global.js(146B)
----.editorconfig(681B)