Skip to content

do-community/rails_graphql

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rails GraphQL

This is a companion repository for a DigitalOcean article on how to use GraphQL in Rails.

Installation

  • Clone the repo by running the command below in your Terminal window:
$ git clone git@github.com:9jaswag/rails_graphql.git
  • Change into the rails_graphql directory:
$ cd rails_graphql
  • Install all dependencies:
$ bundle install
  • Start the development server:
$ rails server

You're set to consume any endpoint at http://localhost:3000/graphql.

How to contribute

  • Fork this repository.
  • Clone it.
  • Create your feature branch on your local machine with git checkout -b your-feature-branch
  • Push your changes to your remote branch with git push origin your-feature-branch
  • Open a pull request against the develop branch, and describe how your feature works

Want to see new features? Open an issue.

Author

Chuks Opia. - Software Developer at Andela.

About

A simple Rails API built with GraphQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 99.1%
  • Other 0.9%