Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 323 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 323 Bytes

Running Server

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