An open API service indexing awesome lists of open source software.

https://github.com/uesteibar/graphql_on_rails_talk

A talk on graphql on rails
https://github.com/uesteibar/graphql_on_rails_talk

Last synced: 2 months ago
JSON representation

A talk on graphql on rails

Awesome Lists containing this project

README

        

# GraphQL on Rails

Some silly slides about getting started with GraphQL on Ruby on Rails.

## Reference

Created using Spectacle. The core API is available [HERE](https://github.com/FormidableLabs/spectacle/blob/master/README.markdown).

## Running

Clone the repo and run `yarn` or `npm install`

Then, to start up the local server, run `npm start`

Open a browser and hit [http://localhost:3000](http://localhost:3000), and we are ready to roll