Skip to content
This repository has been archived by the owner on Aug 4, 2023. It is now read-only.

Latest commit

 

History

History
33 lines (23 loc) · 516 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 516 Bytes

TMS-Service

The TMS service is a NodeJs REST-API service that ingests a FRM transaction and validates if it has the correct format.

Installation

npm install

Build

npm run build # *.ts Also, triggers prebuild script

Server Start

npm run start # Start the server

Client Health Test

curl --location --request GET 'localhost:3000/'
curl --location --request GET 'localhost:3000/health'
// Response
{ "service": "Service-Name", "status": "UP" }