Skip to content

Latest commit

 

History

History
executable file
·
19 lines (10 loc) · 444 Bytes

README.md

File metadata and controls

executable file
·
19 lines (10 loc) · 444 Bytes

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.