https://github.com/lintang-b-s/go_microsvc_template
go microservice template using bytedance cloudwego/hertz & cloudwego/kitex framework
https://github.com/lintang-b-s/go_microsvc_template
Last synced: 3 months ago
JSON representation
go microservice template using bytedance cloudwego/hertz & cloudwego/kitex framework
- Host: GitHub
- URL: https://github.com/lintang-b-s/go_microsvc_template
- Owner: lintang-b-s
- Created: 2024-04-29T11:38:48.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-31T01:15:52.000Z (12 months ago)
- Last Synced: 2025-01-16T08:42:53.501Z (4 months ago)
- Language: Go
- Homepage:
- Size: 93.8 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
go template using bytedance cloudwego hertz framework
https://www.cloudwego.io/docs/hertz/
https://www.cloudwego.io/docs/kitex/```
1.docker compose up -d
2. make migrate-up
3. docker compose up -d
```