Keine Beschreibung

Ulysses Souza b6b6fe5baa Merge pull request #43 from rumpl/fix-exec-commands vor 5 Jahren
.github 35c5073cc0 First e2e tests running locally (with example backend) vor 5 Jahren
azure b6b6fe5baa Merge pull request #43 from rumpl/fix-exec-commands vor 5 Jahren
backend 73529cc264 Refactor example/backend vor 5 Jahren
cli e075df6f8f Fix linter issues vor 5 Jahren
client 73529cc264 Refactor example/backend vor 5 Jahren
compose 03e418cbbb Add compose up and down vor 5 Jahren
containers ba455916c6 Refactor on services vor 5 Jahren
context 4e9a4185af Add `make lint` and run it on CI vor 5 Jahren
example 73529cc264 Refactor example/backend vor 5 Jahren
server 24c035e822 Add comments on exported items, remove example command vor 5 Jahren
tests 35c5073cc0 First e2e tests running locally (with example backend) vor 5 Jahren
util 3bb4fe163c Add `docker context create` command vor 5 Jahren
.dockerignore cbfcd5cf64 Add dockerignore vor 5 Jahren
.gitignore fcc7582826 Remove non-project path vor 5 Jahren
.golangci.yml 4e9a4185af Add `make lint` and run it on CI vor 5 Jahren
Dockerfile 4e9a4185af Add `make lint` and run it on CI vor 5 Jahren
Makefile 35c5073cc0 First e2e tests running locally (with example backend) vor 5 Jahren
README.md 4e9a4185af Add `make lint` and run it on CI vor 5 Jahren
builder.Makefile 4e9a4185af Add `make lint` and run it on CI vor 5 Jahren
go.mod 35c5073cc0 First e2e tests running locally (with example backend) vor 5 Jahren
go.sum 35c5073cc0 First e2e tests running locally (with example backend) vor 5 Jahren
setup-dev.sh 5cbfa2778e Use github action to install protoc vor 5 Jahren

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.