Blog Scrapper - Frontend (React+Redux+Router) / Backend (Node JS + Express Js + Cherrio)
Scrapper
- Read the sitemap
- Go to each URL and check if the title exist in the DB -if not: add in the DB
It gets the Image URL, Category, Title, Content, Number of Comments.
Go to backend (server):
nodemon server
Go to the frontend:
npm start
- Clone this repository locally
- Install all necessary packages, execute:
npm install
- To run the project (development mode), execute:
npm start