All Projects â†’ apollographql â†’ Frontpage Server

apollographql / Frontpage Server

Licence: mit
🎾 Server for simple examples at dev.apollodata.com

Programming Languages

javascript
184084 projects - #8 most used programming language

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].