Skip to content

It verifies the MT message format and converts it into mx format using the ISO Standards, it contains different microservices that runs on different ports

Notifications You must be signed in to change notification settings

Spiral-Memory/mtMxConverters

Repository files navigation

Installation Guide

  1. Clone the repository using git clone git clone https://github.com/Spiral-Memory/mtMxConverters.git
  2. Install npm dependencies in each folder "gateway", "uploadMicro" "verify" "mxmessage" using npm install
  3. Run npm start in all folders

API ENDPOINTS

http://localhost:5000/api/mtmx/upload/uploadMT (POST -> Upload MT Message)
http://localhost:5000/api/mtmx/verify/:fname (GET-> Validate MT Message)
http://localhost:5000/api/mtmx/getMX/:fname (GET -> Fetch MX Message)

About

It verifies the MT message format and converts it into mx format using the ISO Standards, it contains different microservices that runs on different ports

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published