Implementation of MruV API server with placeholder data.
- With docker:
docker-compose up
- With go
go run main.go
Just simple type:
go buid
In project root directory.
You can configure this app by environment variables:
- HOST - host on which you want to serve API
- GRPC_PORT - port on which you want to serve gRPC API
- HTTP_PORT - port on which you want to serve gRPC-gateway REST API translation