A progressive Node.js framework for issue management in component-based architectures.
Cross-Component Issue Management framework to improve cross-component issue management in component-based architectures, such as microservice architectures.
$ npm install
# development
$ npm run start
# watch development mode with hot code replacement
$ npm run start:dev
# production mode
$ npm run start:prod
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
# generate documentation
$ npx compodoc -p tsconfig.json -s
Open your browser and navigate to the documentation page.
Run the app and go to /api
endpoint for Swagger UI or /api-json
to get the swagger description in JSON format.
Cross-Component Issue Management is a research project to improve issue management in component-based architectures, such as microservice architectures. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please contact the author.
- Author - Sandro Speth
- Website - TBA