Skip to content

Latest commit

 

History

History
executable file
·
24 lines (13 loc) · 660 Bytes

README.md

File metadata and controls

executable file
·
24 lines (13 loc) · 660 Bytes

Stackrank cold callers

This is a bespoke application that provided a viewable display of all current rankings of cold callers based on activities and sales accepted leads. It required Salesforce data replicated into a datawarehouse, and pushtopics to be created in Salesforce for relevant topics.

CD into app directory.

Make sure you have node.js installed.

The easiset way is to use Homebrew (install homebrew first) to install it. brew install node

In the project directory, run: sudo npm install

Once that completes, run node app.js

Web can be viewed at http://localhost:3000

All angular stuff will be in /public.