Steampunk1453 / insurance-gRPC-server

Go server with gRPC, memDB and gocron scheduler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

insurance-gRPC-server

  • How to run in local:

    You have to clone this repository in the typical go workspace path:

    ~/go/src/github.com$ git clone https://github.com/Steampunk1453/insurance-gRPC-server

    Get all project dependencies: ~/go/src/github.com/insurance-gRPC-server go get ./...

    Run fake AMS API: ~/go/src/github.com/insurance-gRPC-servergo run api/ams_api.go

    Run server ~/go/src/github.com/insurance-gRPC-server go run server/server.go

  • To test gRPC server endpoints use this gRPC client with test data:

    Wait delay time (1 minute) and run client: ~/go/src/github.com/insurance-gRPC-servergo run client/client.go

About

Go server with gRPC, memDB and gocron scheduler


Languages

Language:Go 100.0%