An open API service indexing awesome lists of open source software.

https://github.com/matt-dionis/graphql-summit-federation


https://github.com/matt-dionis/graphql-summit-federation

Last synced: 6 months ago
JSON representation

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