bored-board

A plain text message board built using node.js, sails.js, mongodb and Angular

Stars
6

bored-board

a Sails application

Setup

Install MongoDB v2.4.9 and get it running

Install sails.js v0.10 or higher and get it running

git clone repo

npm install

bower install (make sure to install bower)

grunt bower

sails lift

site should be accessible via 127.0.0.1:1337 for local dev

Create a test user by accessing:

http://127.0.0.1:1337/user/register

Login, create threads, etc...

Tests available via npm test or grunt test at project root