yuqiu42 / lift-off-supergraph-demo-tracks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Odyssey Lift-off: Destination Supergraph - tracks

This is the starting point for Odyssey Lift-off: Destination Supergraph! You can find the course lessons and instructions on Odyssey, Apollo's learning platform.

We'll be turning this GraphQL server into a subgraph to expand the Catstronaut's supergraph, along with the users subgraph.

Running this server

  1. In a terminal window, install the packages.

    npm install
    
  2. Then, run the server.

    npm start
    

This will start the GraphQL server on localhost:4001, where you can use Apollo Sandbox to run queries.

Follow the course instructions to turn this server into a subgraph.

Getting Help

For any issues or problems concerning the course content, please refer to the Odyssey topic in our community forums.

About


Languages

Language:JavaScript 100.0%