Customer-comment-analyzer is an application that helps business to analyze the comments they recieve from customers on their websites. The application runs through all the comments and creates a report with totals that can be used for business intelligence and marketing. This repository holds the backend of the app. You can find the apps frontend on this github url https://github.com/Monoametsi/ikhoka-dashboard
The app currently analyses comments on the basis of three metrics:
- Total number of comments that are shorter than 15 characters
- Total number of comments that refer to the "Mover" device
- Total number of comments that refer to the "Shaker" device
- Total number of comments that contain one on more question marks
- Total number of comments that contain a url to a web page
- 1. Install Node.js(http://nodejs.org).
- 2. Run
npm install
to install app dependencies. - 3. Run
npm run build
- 4. Run
npm run start
- 5. Navigate to http://localhost:4000 in your browser.