https://github.com/rema424/hexample
Goでヘキサゴナルアーキテクチャをやるリポジトリ
https://github.com/rema424/hexample
ddd ddd-architecture go golang hexagonal-architecture
Last synced: 6 months ago
JSON representation
Goでヘキサゴナルアーキテクチャをやるリポジトリ
- Host: GitHub
- URL: https://github.com/rema424/hexample
- Owner: rema424
- License: mit
- Created: 2019-11-11T15:04:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-26T15:58:23.000Z (over 6 years ago)
- Last Synced: 2023-08-12T03:04:24.093Z (almost 3 years ago)
- Topics: ddd, ddd-architecture, go, golang, hexagonal-architecture
- Language: Go
- Homepage:
- Size: 77.1 KB
- Stars: 20
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hexample
Go っぽいプロジェクト構成でヘキサゴナルアーキテクチャ的なことをやるリポジトリ
## wire
### インストール
```sh
go get github.com/google/wire/cmd/wire
```
### ビルド
```sh
cd cmd/httpwire
wire
```
### アプリケーションの起動
```sh
cd cmd/httpwire
go run main.go wire_gen.go
```