Small pet project just to learn Go language and number of SE topics
I'm trying to follow Hexagonal Architecture (Port & Adapter pattern) while building this application.
You can find some diagrams built with Draw.io (please take a look into diagrams directory) that describes some aspects of this application.
dockerto make local development and testing much simplerdocker-composeto run the whole stack at once on Dockermigrateto run DB migrations (repo)
To start all the things really quickly please consider the next command:
$ make start