# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# README
hexagonalArchitecture
The Hexagonal Architecture or less commonly known as ports and adapters framework, is a model for designing software applications around domain logic to isolate it from external factors.
This approach helps achieve to make the business layer independent from framework, UI, database or any other external components.