NodeJS, MongoDB, dust.js, Sass, and bcrypt password protected back-end.
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.