Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/titikterang/hexagonal-arch-boilerplate
- Owner: titikterang
- Created: 2024-11-01T14:49:57.000Z (14 days ago)
- Default Branch: main
- Last Pushed: 2024-11-04T10:20:48.000Z (12 days ago)
- Last Synced: 2024-11-04T11:25:49.803Z (12 days ago)
- Language: Go
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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```
#