this progect used to be limb
, by team Königsberg
.
git clone https://github.com/chroslen/leaf.git
$ cd leaf
$ npm install
use node
$ node index.js
you can use supervisor as well
$ supervisor --hemony index
如果没有运行 mongodb
:
将 /config/default.json 中的
/*"mongodb": "mongodb://node:[email protected]:27017/z9apyjiS"*/
"mongodb": "mongodb://localhost:27017/leaf"
修改为
"mongodb": "mongodb://node:[email protected]:27017/z9apyjiS"
/*"mongodb": "mongodb://localhost:27017/leaf"*/
这是一个远程 mongodb
的数据库地址,现在好像链接不上,无法注册登陆,其他正常。
- 明文加密
-
config 配置文件夹
-
lib
-
models 逻辑和数据(若采用了mongodb数据库的话)
-
public 静态文件
-
routes 路由(控制器)
-
views 视图
- 入口文件index.jade
- components组件
- partials局部