https://github.com/matt-dionis/graphql-summit-federation
https://github.com/matt-dionis/graphql-summit-federation
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/matt-dionis/graphql-summit-federation
- Owner: Matt-Dionis
- Created: 2019-09-07T14:58:45.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T04:43:21.000Z (almost 3 years ago)
- Last Synced: 2025-02-03T07:38:07.288Z (8 months ago)
- Language: JavaScript
- Size: 1.04 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Installation
To run this demo locally, pull down the repository then run the following commands:
```sh
npm install
```This will install all of the dependencies for the gateway and each underlying service.
```sh
npm run start-services
```This command will run both of the microservices at once. They can be found at http://localhost:4001 and http://localhost:4002.
In another terminal window, run the gateway by running this command:
```sh
npm run start-gateway
```This will start up the gateway and serve it at http://localhost:4000