Skip to content

ActioFRM/tms-service

Repository files navigation

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" }

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published