Skip to content

The presentation and code examples used for a talk at the SA Ruby Coders meetup on March 7, 2017

License

Notifications You must be signed in to change notification settings

jacortinas/graphql-api-presentation

Repository files navigation

Replace your REST API with GraphQL

Run the presentation by changing into this directory and then running.

yarn install
yarn run start

The presentation should then be available at localhost:5000.

Within the examples directory you'll find breadit and breadit_app.

breadit is a Rails application with a very simple data modal that has and HTML frontend and a GraphQL API.

breadit_app is a tiny React-Native app that was live-coded during the meetup to pull and dispaly data from the GraphQL API. The Rails server must be running for data to be pulled by the app.

About

The presentation and code examples used for a talk at the SA Ruby Coders meetup on March 7, 2017

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published