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
- Host: GitHub
- URL: https://github.com/uesteibar/graphql_on_rails_talk
- Owner: uesteibar
- License: mit
- Created: 2017-03-08T17:12:29.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-15T23:25:41.000Z (about 8 years ago)
- Last Synced: 2025-01-11T11:47:42.566Z (4 months ago)
- Language: JavaScript
- Size: 1.11 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
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