1.0.0 • Published 4 years ago

facebook-gateway v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

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
tests
yarn test
tests with coverage
yarn 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