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