Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 551 Bytes

README.md

File metadata and controls

50 lines (34 loc) · 551 Bytes

Aggregate Data Exchange Mediator v2

Description

NestJS port of Aggregate Data Exchange Mediator

Config

  1. copy sample.env to .env
  2. update relevant keys in .env file

Installation

# install deps
$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Docker

# init assembly
docker-compose up