All Projects → apollographql → Apollo Meteor Discourse Example

apollographql / Apollo Meteor Discourse Example

[OUTDATED] Full stack demo of Apollo server + Apollo client

Programming Languages

javascript
184084 projects - #8 most used programming language

Apollo client + server demo

NOTE: This example is out of date! Looking for an up-to-date Apollo example? Check out GitHunt!

This is a simple app that uses:

  1. React and Material UI for the frontend
  2. Meteor as the build system
  3. Apollo and Redux for state/data management

The backend talks to the Discourse sandbox API, which is reset every day. This demonstrates the ability to build a GraphQL/Apollo app on top of an existing backend.

Running the app

For now, you will need to have Meteor installed to run this example, as it's used as a zero-configuration ES2015 build tool.

npm install
meteor
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].