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_backendfolder 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 startNote:
- Port for backend is
4000, go tolocalhost:4000on the Browser
- Port for backend is
-
Go to
rss_frontendfolder as,cd rss_frontend -
Install the packages as,
$ yarn install -
To run the frontend,
$ yarn run serve -
To build,
$ yarn run buildNote:
- Before setting up frontend, you should have Vue installed.
- Default Port for frontend is
8080, go tolocalhost:8080on the Browser - Default Login
- username: Admin
- password: admin