pengweichu / call-center

Web application for call center realtime monitoring (back and front end)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Call Center Monitor

Introduction

Web application for call center realtime monitoring.


Alt text


  • Backend in Node JS (web server Express JS) that sims call center traffic with emits messages (socket.io).
  • Frontend in developed in Angular 1.6
  • View package.json for more detailed third party libs

Installation

  1. Clone the repository https://github.com/acamposdev/call-center.
  2. From call-center folder execute command line npm install for install all dependecies.
  3. Type npm start to run web server. This must run server on port 3000.
  4. Open you browser on http://localhost:3000 and login with admin/admin

About

Web application for call center realtime monitoring (back and front end)


Languages

Language:JavaScript 56.5%Language:HTML 21.7%Language:CSS 21.7%