https://github.com/farischt/mock-microservice
Mocked golang micro service
https://github.com/farischt/mock-microservice
Last synced: 7 months ago
JSON representation
Mocked golang micro service
- Host: GitHub
- URL: https://github.com/farischt/mock-microservice
- Owner: farischt
- Created: 2023-05-15T00:02:55.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-22T00:22:22.000Z (about 3 years ago)
- Last Synced: 2024-12-28T04:15:13.124Z (over 1 year ago)
- Language: Go
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Mock microservice
## Description
This is a mock pricing microservice that can be used to test the communication with any other microservice.
## Tech stack
- Golang 1.19
- GRPC
- Protobuf
- JSON
## How to run
### Run locally
1. Clone the repository
2. Run `make deps` to install dependencies
3. Run `make start p=3000` to run the binary
### Run with Docker
1. Clone the repository
2. Run `make docker-build` to build the docker image
3. Run `make docker-run p=3000` to run the docker image