Core API of pointmerch.com.
The organizational design follows the clean architecture by Bob Martin.
The Dependency Rule always applies. Source code dependencies always point inwards
- https://github.com/short-d/short/blob/master/backend/app/usecase/authenticator/authenticator.go
- https://github.com/i-love-flamingo/flamingo-commerce/tree/master/cart/application
- https://github.com/roblaszczak/go-cleanarch/blob/master/main.go
- https://github.com/roblaszczak/go-cleanarch/blob/master/examples/valid-simple/infrastructure/payments.go
- https://golangnews.org/2020/09/introducing-clean-architecture-by-refactoring-a-go-project/