|
|
vor 5 Jahren | |
|---|---|---|
| .github | vor 5 Jahren | |
| azure | vor 5 Jahren | |
| backend | vor 5 Jahren | |
| cli | vor 5 Jahren | |
| client | vor 5 Jahren | |
| compose | vor 5 Jahren | |
| containers | vor 5 Jahren | |
| context | vor 5 Jahren | |
| example | vor 5 Jahren | |
| scripts | vor 5 Jahren | |
| server | vor 5 Jahren | |
| util | vor 5 Jahren | |
| .dockerignore | vor 5 Jahren | |
| .gitignore | vor 5 Jahren | |
| Dockerfile | vor 5 Jahren | |
| Makefile | vor 5 Jahren | |
| README.md | vor 5 Jahren | |
| consts.go | vor 5 Jahren | |
| go.mod | vor 5 Jahren | |
| go.sum | vor 5 Jahren | |
| setup-dev.sh | vor 5 Jahren |
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.
> make
The example backend code is located in /example/backend.
Build the service with the resulting binary placed in the /bin directory.
> make example