Skip to the content.

How to use

Project structure

.
├── external
│   ├── http
│   |   └── contract
│   ├── queue
│   |   └── events
│   └── repository
│       └── entity
├── infra
│   ├── config
│   └── route
│       └── endpoint
├── model
│   └── values
└── service

APP

  1. Repository*
  2. Service*
  3. HTTP client

INFRA

  1. App configuration*
  2. Route/Endpoint
  3. Logging*

* = Work in progress