بدون توضیح

Djordje Lukic 5d5fe69300 Fix execution of a list of commands 5 سال پیش
.github 35c5073cc0 First e2e tests running locally (with example backend) 5 سال پیش
azure 5d5fe69300 Fix execution of a list of commands 5 سال پیش
backend ba455916c6 Refactor on services 5 سال پیش
cli a4e54e9b5d Merge pull request #41 from ulyssessouza/add-up 5 سال پیش
client ba455916c6 Refactor on services 5 سال پیش
compose 03e418cbbb Add compose up and down 5 سال پیش
containers ba455916c6 Refactor on services 5 سال پیش
context 4e9a4185af Add `make lint` and run it on CI 5 سال پیش
example 24c035e822 Add comments on exported items, remove example command 5 سال پیش
server 24c035e822 Add comments on exported items, remove example command 5 سال پیش
tests 35c5073cc0 First e2e tests running locally (with example backend) 5 سال پیش
util 3bb4fe163c Add `docker context create` command 5 سال پیش
.dockerignore cbfcd5cf64 Add dockerignore 5 سال پیش
.gitignore fcc7582826 Remove non-project path 5 سال پیش
.golangci.yml 4e9a4185af Add `make lint` and run it on CI 5 سال پیش
Dockerfile 4e9a4185af Add `make lint` and run it on CI 5 سال پیش
Makefile 35c5073cc0 First e2e tests running locally (with example backend) 5 سال پیش
README.md 4e9a4185af Add `make lint` and run it on CI 5 سال پیش
builder.Makefile 4e9a4185af Add `make lint` and run it on CI 5 سال پیش
go.mod 35c5073cc0 First e2e tests running locally (with example backend) 5 سال پیش
go.sum 35c5073cc0 First e2e tests running locally (with example backend) 5 سال پیش
setup-dev.sh 5cbfa2778e Use github action to install protoc 5 سال پیش

README.md

Docker API

Actions Status

Dev Setup

The recommended way is to use the main Makefile that runs everything inside a container.

If you don't have or want to use Docker for building you need to make sure you have all the needed tools installed locally:

And then you can call the same make targets but you need to pass it the builder.Makefile (make -f builder.Makefile).

Building the project

$ make

If you make changes to the .proto files, make sure to make protos to generate go code.