facebook-gateway
v1.0.0
Published
Sidecar communication for our clients to facebook. It is composed of both a graphql api and a grpc api. please see the docs below for info on both. All of the config data is stored on a dynamo table and for local dev a local instance will be made and see
Downloads
3
Readme
Facebook Gateway :+1:
Sidecar communication for our clients to facebook. It is composed of both a graphql api and a grpc api. please see the docs below for info on both.
All of the config data is stored on a dynamo table and for local dev a local instance will be made and seeded for you. please see the seed_data.json
file after running the start script,
Quick Start :fire: :rocket:
yarn start
testsyarn test
tests with coverageyarn test --coverage
Graphql
running the app and going to http://localhost:4000/
will give you the graphql playground with all pre built docs.
gRPC
Please see the DOCS