Skip to content

webscp/graphql-server-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A GraphQL server example

A simple, straight forward guide to building a GraphQL server with Apollo Server.

About this repository

This repository is the example application for the Getting Started guide in the Apollo Server documentation.

Online sandbox

Play with this example using Glitch by clicking the following button:

Remix on Glitch

Installation

  1. Clone this repository: git clone [email protected]:apollographql/graphql-server-example.git
  2. cd into the graphql-server-example folder and run the following commands:
    1. Run npm install
    2. Run node index.js
  3. Open your browser and see the server running on localhost:4000/graphql with the GraphQL playground.

Documentation

Check out the official Apollo Server documentation for more information.

About

An example repository for the Apollo Server "Getting Started" guide.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%