RGRjs

A Relay.js example project backed by a GraphQL server on Express.js with data stored in MongoDB

This is the repository used for http://rgrjs.com/

Contributions are welcome!

Installing

git clone https://github.com/RGRjs/RGRjs.com.git rgrjs
cd rgrjs
npm install
export MONGO_URL=....
npm start
npm run build