Skip to content

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

Notifications You must be signed in to change notification settings

cc17/apollo-meteor-discourse-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.2%
  • Other 1.8%