The TMS service is a NodeJs REST-API service that ingests a FRM transaction and validates if it has the correct format.
npm install
npm run build # *.ts Also, triggers prebuild script
npm run start # Start the server
curl --location --request GET 'localhost:3000/'
curl --location --request GET 'localhost:3000/health'
// Response
{ "service": "Service-Name", "status": "UP" }