Skip to content

dlavrenuek/starwars-server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Star Wars example server

This is a really simple GraphQL server that uses Apollo Server and GraphQL Tools to serve the Star Wars example schema from http://www.graphql.org.

Installation

Clone the repository and run npm install

git clone https://github.com/apollographql/starwars-server
cd starwars-server
npm install

Starting the server

npm start

The server will run on port 8080. You can change this by editing server.js.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%