Example Ruby on Rails GraphQL codebase containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the RealWorld GraphQL API spec.
This repo is functionality complete — PRs and issues welcome!
You can also query the schema using GraphiQL.
There is React + Apollo frontend implementation which can be used with this backend.
Make sure you have PostgreSQL installed.
- Clone this repo
- bundle installto install required dependencies
- rails db:resetto create database, load schema and seed data
- rails sto start the local server
