This is a companion repository for a DigitalOcean article on how to use GraphQL in Rails.
- 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
.
- 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.
Chuks Opia. - Software Developer at Andela.