modulepackage
0.0.0-20211029141721-75ddec13302c
Repository: https://github.com/ovargas/item-api.git
Documentation: pkg.go.dev
# README
item-api
A simple API created as a PoC to play a bit with gRCP and protocol buffer
Build with Makefile
make
Build using go
go build -o bin/item-app cmd/main.go
Execute the service
./bin/item-app
Display command line options
./bin/item-app --help
Usage of ./item-app:
-port int
The server port (default 10001)
-storage_address string
The storage server address in the format of host:port (default "localhost:10000")
# Packages
No description provided by the author