بدون توضیح

Djordje Lukic e2c7370a82 Implement context list 5 سال پیش
backend 244adb77a4 Merge pull request #20 from chris-crone/copyright 5 سال پیش
cli e2c7370a82 Implement context list 5 سال پیش
client 244adb77a4 Merge pull request #20 from chris-crone/copyright 5 سال پیش
containers d166ad82f9 Update copyright date 5 سال پیش
context e2c7370a82 Implement context list 5 سال پیش
example 244adb77a4 Merge pull request #20 from chris-crone/copyright 5 سال پیش
scripts e3d62ce74a add protoc-gen-go and remove gogo install 5 سال پیش
server d166ad82f9 Update copyright date 5 سال پیش
util 3bb4fe163c Add `docker context create` command 5 سال پیش
.dockerignore cbfcd5cf64 Add dockerignore 5 سال پیش
.gitignore fcc7582826 Remove non-project path 5 سال پیش
Dockerfile 88aef2e4e2 Dockerize build and proto gen 5 سال پیش
Makefile 3bb4fe163c Add `docker context create` command 5 سال پیش
README.md bae830a1b1 Add initial backend proto and example 5 سال پیش
go.mod e2c7370a82 Implement context list 5 سال پیش
go.sum e2c7370a82 Implement context list 5 سال پیش
setup-dev.sh 2ddab8e424 Fix install-protobuf script for macosx install 5 سال پیش

README.md

Docker API

Dev Setup

To setup a development machine to update the API protobufs, first run the ./setup-dev.sh script to install the correct version of protobufs on your system and get the protobuild binary.

Building the API Project

> make

Build the example backend

The example backend code is located in /example/backend. Build the service with the resulting binary placed in the /bin directory.

> make example