Zeus is a web-application that crawls news articles from various sources and shows the reader
filtered content across various categories. The recommendation algorithm takes into account
a mixture of user-user and item-item similarity to show only those content that the user may like.
The module is written in Python and the app is built on Reactjs with MongoDB in the backend.
sudo apt-get update
sudo apt-get install npm
npm install
https://docs.mongodb.com/v3.0/administration/install-on-linux/
cd src/client
node server.js
python Hello.py
Go to localhost:3000
./node_modules/.bin/webpack -d --watch