#My Hacker News
To run this appication:
- clone the repository and cd into the directory
- execute
npm installin the root of the directory to install the dependencies - install and start mongo using your local package manager (yum, homebrew, apt-get)
- execute
node server.jsto start the application on port 3000