docker run -p 3306:3306 -e MYSQL_ROOT_PASSWORD=buttnutt -e MYSQL_DATABASE=order mysql
DATA_SOURCE_URL=root:buttnutt@tcp(127.0.0.1:3306)/order APPLICATION_PORT=3000 ENV=development go run cmd/main.go
grpcurl -d '{"user_id": 123, "order_items": [{"product_code": "prod", "quantity": 4, "unit_price": 12}]}' -plaintext localhost:3000 Order/Create
-
Notifications
You must be signed in to change notification settings - Fork 0
spncrlkt/go-micro-bk
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published