An open API service indexing awesome lists of open source software.

https://github.com/motdotla/rails-graphql-heroku-template

The bare minimum for a Rails app implementing GraphQL, running puma, and hostable on Heroku (and elsewhere)
https://github.com/motdotla/rails-graphql-heroku-template

Last synced: 7 months ago
JSON representation

The bare minimum for a Rails app implementing GraphQL, running puma, and hostable on Heroku (and elsewhere)

Awesome Lists containing this project

README

          

# Rails GraphQL Heroku Template

![](rails-graphql-heroku-template.png)

The bare minimum for a Rails app implementing GraphQL, running puma, and
hostable on Heroku (and elsewhere).

## Putting it up on Heroku

Deploy to Heroku by clicking this button.

[![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy)

## Running it locally

```
$ git clone git://github.com/motdotla/rails-graphql-heroku-template.git
$ bundle
$ bin/rails server
```

Navigate to [localhost:3000](http://localhost:3000)