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)
- Host: GitHub
- URL: https://github.com/motdotla/rails-graphql-heroku-template
- Owner: motdotla
- Created: 2016-05-07T23:16:24.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-07T23:18:30.000Z (over 9 years ago)
- Last Synced: 2025-01-24T09:08:42.779Z (9 months ago)
- Language: Ruby
- Size: 45.9 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rails GraphQL Heroku Template

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.
[](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)