Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wildegor/fastify-gql-gateway
NestJS Fastify GraphQL Federation Gateway
https://github.com/wildegor/fastify-gql-gateway
fastify graphql graphql-gateway nestjs
Last synced: about 2 months ago
JSON representation
NestJS Fastify GraphQL Federation Gateway
- Host: GitHub
- URL: https://github.com/wildegor/fastify-gql-gateway
- Owner: WildEgor
- Created: 2023-12-16T06:44:36.000Z (about 1 year ago)
- Default Branch: develop
- Last Pushed: 2023-12-30T09:59:44.000Z (12 months ago)
- Last Synced: 2023-12-30T10:34:34.937Z (12 months ago)
- Topics: fastify, graphql, graphql-gateway, nestjs
- Language: TypeScript
- Homepage:
- Size: 160 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NestJS Fastify GraphQL Federation Gateway
## Installation
Add your services in `services.json` (docker-services.json if run in Docker) and run:
```bash
yarn start:dev
```
or
```docker
docker-compose.yml up --build
```## API
- http://localhost:3000/graphql - API
- http://localhost:3000/altair - Altair GraphQL Client