You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 2
Next »
Intro
Structure
Each module is supposed to be divided into such submodules:
- api
- integration
- postgres
- postgres-dao
- postgres-schema
- service
Service is a submodule which contains the main business logic, also uses repositories with models from the dao layer and uses dtos from the API layer