Skip to content

Latest commit

 

History

History
44 lines (25 loc) · 643 Bytes

README.md

File metadata and controls

44 lines (25 loc) · 643 Bytes

Description

system architecture diagram

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

Project setup

$ pnpm install

Compile and run the project

# development
$ pnpm build

Run tests

# unit tests
$ pnpm test

# test coverage
$ pnpm test:cov

Resources

Stay in touch

License