Build with Nest.js - A progressive framework for building efficient and scalable server-side applications.
The Payment microservice mainly plans the execution and compensation of payments. It additionally manages stored payments informations of users. It provides a Graphql API for general requests as well as a REST API for payment updates from the external simulation service. Is processes events asynchronously from other MisArch services via Dapr Events. For the full documentation visit the MisArch Docs Page.
The service just requires docker. Installation Guide
The service supports hot-reload when using the development docker file. Any changes to the source code will lead to the service restarting.
$ docker compose -f docker-compose-dev.yaml up -d --build # unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:covMisArch is MIT licensed.