Scrapping E Comm product based on the keywords from provided platform urls and keywords.
1. npm install -> 2. node server.js
server.js (entry point)
app.js (express server crete/start)
scrapper.js (scrapping the urls and give results in array objects)
scheduler.js (standalone node-cron scheduler not using this now.)
test.rest (for REST client testing in VSCode)