This is a mock pricing microservice that can be used to test the communication with any other microservice.
- Golang 1.19
- GRPC
- Protobuf
- JSON
- Clone the repository
- Run
make depsto install dependencies - Run
make start p=3000to run the binary
- Clone the repository
- Run
make docker-buildto build the docker image - Run
make docker-run p=3000to run the docker image