nobletooth / go-boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Divar Post API

A sample gRPC server with Go inspired by Divar's postview microservice. This project aims to share best practices and design patterns for writing a new go microservice with a good quality that meets our requirements inside CafeBazaar.

You have find a better pattern or library? Let us know by creating a new issue.

How to run:

Compile the code

make postviewd

Then Run the binary

./postviewd serve

Emergency

In case of emergencies checkout our Emergency ABC.

How does it work?

Use this section in order to explain how your system works

Development

If you want to contribute to this code, please read CONTRIBUTING.md first.

Dependency Graph

graph LR;
A --> B;
A --> C;

About


Languages

Language:Go 89.1%Language:Makefile 10.1%Language:Dockerfile 0.8%