Build with Nest.js - A progressive framework for building efficient and scalable server-side applications.
The inventory microservice keeps track of all available - or shipped product items. It provides a Graphql API for general requests. 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:cov
MisArch is MIT licensed.