The CMS service is a NodeJs REST-API service that ingests a FRM transaction result and logs the output.
npm installnpm run build # *.ts Also, triggers prebuild scriptnpm run start # Start the servercurl --location --request GET 'localhost:3000/'
curl --location --request GET 'localhost:3000/health'// Response
{ "service": "Service-Name", "status": "UP" }