CMC App is the third-party app integration microservice of the CMC (Crs4 Microservice Core) framework.
It takes care of the integration of third-party applications to the CMC framework.
For API reference, see the service auto-generated online documentation at http://service_base_url/doc
.
sudo npm install -g mocha
sudo npm install -g apidoc
npm install
npm test
apidoc -i ./routes -o apidoc
NODE_ENV=dev npm start
npm start