Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/linehk/go-microservices-blogger
go-microservices-blogger is a microservices version google blogger API.
https://github.com/linehk/go-microservices-blogger
go go-zero google-blogger grpc microservices postgresql
Last synced: 3 months ago
JSON representation
go-microservices-blogger is a microservices version google blogger API.
- Host: GitHub
- URL: https://github.com/linehk/go-microservices-blogger
- Owner: linehk
- License: mit
- Created: 2019-03-05T02:34:35.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-19T13:16:53.000Z (7 months ago)
- Last Synced: 2024-07-01T19:34:36.370Z (4 months ago)
- Topics: go, go-zero, google-blogger, grpc, microservices, postgresql
- Language: Go
- Homepage:
- Size: 2.15 MB
- Stars: 10
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README-zh.md
- License: LICENSE
Awesome Lists containing this project
- awesome-zero - go-microservices-blogger - go-microservices-blogger is a microservices version google blogger API. (Libraries that use [go-zero](https://github.com/tal-tech/go-zero))
README
# go-microservices-blogger
[![build](https://github.com/linehk/go-microservices-blogger/actions/workflows/build.yml/badge.svg "build")](https://github.com/linehk/go-microservices-blogger/actions)
[![codecov](https://codecov.io/gh/linehk/go-microservices-blogger/graph/badge.svg "codecov")](https://codecov.io/gh/linehk/go-microservices-blogger)
[![go report](https://goreportcard.com/badge/github.com/linehk/go-microservices-blogger "go report")](https://goreportcard.com/report/github.com/linehk/go-microservices-blogger)[English](./README.md "English") | 简体中文
go-microservices-blogger 是微服务版本的 google blogger API。
灵感来自 [Google Blogger API Docs](https://developers.google.com/blogger/docs/3.0/reference/ "Google Blogger API Docs")。
## 安装
```bash
git clone https://github.com/linehk/go-microservices-blogger.git
```然后运行:
```bash
docker-compose up -d
```## 使用
## 参与贡献
如果您觉得这个项目有什么需要改进的地方,欢迎发起 Pull Request。
如果有重大变化,请先打开一个 Issue,讨论您想要改变的内容。
## 开源许可证
[MIT License](./LICENSE "MIT License")