Skip to content

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

Notifications You must be signed in to change notification settings

immanuel192/bored-board

 
 

Repository files navigation

bored-board

Build Status

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.9%
  • HTML 3.8%
  • CSS 1.3%