Skip to content

This microservice is Created for Fetch currency Price from Database using GRPC.

Notifications You must be signed in to change notification settings

mahendrarathore1742/Price_Fetcher_GRPC

Repository files navigation

Price Fetcher In GRPC

This microservice is Created for Fetch Price from Database using GRPC.

var priceMocker = map[string]float64{
	"BTC": 20_000.0,
	"ETH": 200.0,
	"MSR": 100_00.0,
}

Use this Command

Step 1:-

make

Step 2:

make run

Open Brower and Type this

http://localhost:3000/?ticker=MSR

About

This microservice is Created for Fetch currency Price from Database using GRPC.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published