Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 358 Bytes

File metadata and controls

25 lines (21 loc) · 358 Bytes

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.