Facebook Gateway 👍
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 🔥 🚀
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