/graphql-ruby

Playing around with GraphQL and Ruby

Primary LanguageRuby

GraphQL - Ruby

This project has the aim of learn and play around with GraphQL.

Getting started

  • Clone the repository
git clone https://github.com/luiswitz/graphql-ruby.git
  • Setup the database
./bin/rails db:setup
  • Start the server
./bin/rails s -b 0.0.0.0