Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 357 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 357 Bytes

Bookstore REST API using Gin and Gorm

Read the article.

How to run:

$ go run main.go

To run and configure app to send data to SigNoz:

SERVICE_NAME=goApp INSECURE_MODE=true OTEL_EXPORTER_OTLP_ENDPOINT=<IP of SigNoz backend:4317> go run main.go