Bunny Common is part of this system architecture and is responsible for services to share common code.
It is a package:
- Standardizes service layer communication protocols and standardizes controller layer communication protocols.
- SOLID Principle
$ pnpm install
# development
$ pnpm build
# unit tests
$ pnpm test
# test coverage
$ pnpm test:cov