- Is a simple service written in Golang, provides APIs via gRPC and REST.
- I used Mongo as database, unary interceptor to validate requests and swagger to test REST APIs.
- This is my first project in Go :D
make install
make generate
make build
make rungrpc
make test
to use client cli you have to build the client and run grpc server. for more information about how to use the client cli, try help command.
./grpcClient help
make runhttp