Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/titikterang/hexagonal-arch-boilerplate

boilerplate code for hexagonal architecture with golang
https://github.com/titikterang/hexagonal-arch-boilerplate

Last synced: 5 days ago
JSON representation

boilerplate code for hexagonal architecture with golang

Awesome Lists containing this project

README

        

# Setup & Development
---------------------------------------------
1. Package structure
2. Define Primary Ports, Secondary Ports
3. Define Models & Data Structure
4. Proto Contract
5. Generate Proto File
6. Define Ports & Models
7. Implement Primary & Secondary Adapter
8. Implement Core Business Logic
9. Testing

# System Design Diagram
------------------------------------------------
```mermaid

```

#