joyarzun / go-clean-architecture

Project to show clean architecture in Go using a Holidays backend example
0 stars 0 forks source link

Initial idea #1

Open joyarzun opened 1 year ago

joyarzun commented 1 year ago

I've liked very much the idea of having all the code organized following the structure:

To start the coding we need a simple example that could have a data repository (outbound) and one inbound of data (maybe http) WDYT?

Some examples that comes to my mind:

After we have a example code, then we can build slides based on this example

joyarzun commented 1 year ago

Example using hexagonal architecture https://medium.com/@matiasvarela/hexagonal-architecture-in-go-cfd4e436faa3