Skip to content
This repository has been archived by the owner on Sep 29, 2020. It is now read-only.

apollographql/frontpage-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deprecation notice

This example is deprecated. For an up-to-date full-stack example for web, please check out the current Apollo Fullstack Tutorial. For iOS (which used to depend on this server), check out the current iOS tutorial

Hello World server

The server that is used for the examples on dev.apollodata.com.

This is a really simple GraphQL server that uses Apollo Server and GraphQL Tools to serve a simple schema.

It uses a very simple in-memory database, so if you restart the server or change the code, the data will reset.

Installation

Clone the repository and run npm install

git clone https://github.com/apollostack/frontpage-server
cd frontpage-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

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published