Categorygithub.com/jackduh/hexagonalArchitecture
repositorypackage
0.0.0-20231003053157-3da9cbed7f9b
Repository: https://github.com/jackduh/hexagonalarchitecture.git
Documentation: pkg.go.dev

# 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.