/vertical-toolbox-api

dCloud Contact Center demo branding editor

Primary LanguageJavaScript

dCloud Vertical Toolbox API

This is the HTTP REST API code for the dCloud Vertical Toolbox. This supports the vertical-toolbox-ui website project.

Installation

git clone https://gitlab.com/dcloud-collab/vertical-toolbox-api.git
cd vertical-toolbox-api
npm install

Run

npm start

Run as a Service on Linux

sudo cp systemd.service /lib/systemd/system/vertical-toolbox-api.service
sudo systemctl enable vertical-toolbox-api.service

Start Service on Linux

sudo systemctl start vertical-toolbox-api.service