Skip to content

abrucker235/swapi-grpc

Repository files navigation

Overview

gRPC implementation of Stars Wars API.

Generate/Update GRPC

protoc -I {yourDirectory}/swapi-grpc swapi/swapi.proto --go_out=plugins=grpc:.

Build

go build -o swapi

Run

Foreground

./swapi

Background

./swapi &

Data

All data is currently held in json files in data directory.

About

gRPC implementation of swapi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages