Hi,
Did you install node.js successfully ?
( with Ubuntu, you can install node.js just with "apt-get install nodejs" . )
If node.js and mongodb is installed successfully, what about dependencies ?
( "npm install", in src/ folder.) If all needed dependencies are installed, what "node app.js" says ?
If it throw error like:
$ node app.js
module.js:340
throw err;
^
Error: Cannot find module '../config'
You need to create own configure file, example rename config.template.json to config.json and try again.
Please check that configurations are valid for your environment.
If you have still problems, please add more informations.. I've plan to further develop application much more,
but this summer time I haven't too much free time..
Best Regards,
Jussi