项目作者: RobertDaleSmith

项目描述 :
NodeJS, MongoDB, dust.js, Sass, and bcrypt password protected back-end.
高级语言: JavaScript
项目地址: git://github.com/RobertDaleSmith/nodejs-starter.git
创建时间: 2014-02-04T00:49:04Z
项目社区:https://github.com/RobertDaleSmith/nodejs-starter

开源协议:

下载


Node.js Starter Site

MongoDB, dust.js, Sass, and bcrypt password protected backend.

1.) Create DB on compose.io and then fill in DB credentials in /config/default.json

2.) Run ‘npm install’.

3.) Then run ‘node server.js’ to start site.

4.) Go to localhost:8008/admin to create initial admin user to login.

Note:
git update-index —no-assume-unchanged config/default.json to enable git tracking of db-info.