Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 915 Bytes

File metadata and controls

29 lines (20 loc) · 915 Bytes

Roadmap Contributing

Packages structure

  • Package Domain

    The domain package is responsible by business rules. The Domain decouple logic business rules of the infrastructure

    Code structure

    Folder Responsibility
    /command
    /entity
    /contract
    /service
  • Package Infrastructure

    The infrastructure package stores

    Code structure

    Folder Responsibility
    /factory
    /http
    /repository
    /service