Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chiragsaini/gql-federation
https://github.com/chiragsaini/gql-federation
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/chiragsaini/gql-federation
- Owner: ChiragSaini
- Created: 2021-07-28T09:45:04.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-07-28T09:47:53.000Z (over 3 years ago)
- Last Synced: 2024-11-18T08:12:31.336Z (3 months ago)
- Language: JavaScript
- Size: 35.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# GQL Federation Example
- Run microservices (federated servers)
```
yarn start-auth // Auth Server
yarn start-student // Student Server
yarn start-course // Course Server
```- To run gateway use
```
yarn start-gateway
```- For making requests, import postman_collection in postman