You can find an instance of this app running on heroku.
Visit: Hacker News Node app
In order to run this app on your local machine you need:
- Install MongoDB
- Install Pm2
- Clone this repo https://github.com/Rodrigonavarro23/hackernewsapp.git
- Run
npm install
- Run
npm run dev