Here it collects the feeds of blogging website and shows it to the user.
For now we support feed from following popular sites:
and shows it on the dashboard. choose from wide range.
Go to rss_backend
folder as,
cd rss_backend
Install the packages as,
$ npm install
Please make sure Nodemon is installed globally on your laptop, If not
npm install -g nodemon
To start the server,
$ npm start
Note:
4000
, go to localhost:4000
on the BrowserGo to rss_frontend
folder as,
cd rss_frontend
$ yarn install
$ yarn run serve
$ yarn run build
Note:
8080
, go to localhost:8080
on the Browser