Make sure you have mongo installed and started.
Install dependencies and create config file:
$ cd ehackathon-server
$ npm install
$ cp config/config.sample.json config/config.json
Update config.json with reddit key, reddit secret and session secret. Then start the server:
$ npm start