Skip to main content

Prerequisites

  • NPM installed on your system.
  • Node.js v14 or higher installed on your system.
  • Express.js (express) on Node.js.
  • express-session for session management.
  • A valid session store (e.g., express-mysql-session for MySQL).
Install Prerequisites

Install

Any co-dependencies will be installed automatically.
Install CommTrackr

Quick Start

This example demonstrates how to set up CommTrackr in an Express.js application using a MySQL session store.
server.js
More detail on how to configure each option can be found in Set Up.