Skip to content

Latest commit

 

History

History
31 lines (15 loc) · 335 Bytes

readme.md

File metadata and controls

31 lines (15 loc) · 335 Bytes

How to run

First install node.js:

 yum install nodejs

Install npm:

 curl http://npmjs.org/install.sh | sh

install packages:

 npm install

run:

 node server.js

How to test

First ensure mongodb is running.

Install necessary packages:

 npm install

run test:

 make test