Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abhaynikam/graphql-rails-react-example
Example rails application with GraphQL and React
https://github.com/abhaynikam/graphql-rails-react-example
actioncable graphql rails react react-router-v4
Last synced: about 1 month ago
JSON representation
Example rails application with GraphQL and React
- Host: GitHub
- URL: https://github.com/abhaynikam/graphql-rails-react-example
- Owner: abhaynikam
- Created: 2018-05-10T11:37:09.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-28T11:57:28.000Z (over 6 years ago)
- Last Synced: 2024-10-11T01:08:42.735Z (about 1 month ago)
- Topics: actioncable, graphql, rails, react, react-router-v4
- Language: Ruby
- Size: 568 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Circle CI](https://circleci.com/gh/bigbinary/wheel.png?style=badge)](https://circleci.com/gh/bigbinary/wheel)
## TOC
* [About](#about)
* [Local Development Setup](#local-development-setup)
* [Running with Docker](#running-with-docker)## About
This is a base project to quickly spin up a
Rails application which is built with
opinions of BigBinary team.## Local Development Setup
Install the latest [Node.js](https://nodejs.org) version. Make sure that [npm](https://www.npmjs.com/) is installed with it as well.```
bundle install
bundle exec rake setup
bundle exec rails server
```Visit http://localhost:3000 and login with email [email protected] and password welcome.
## Running with Docker
### Pre-Requesites
Make sure you have [docker](https://docs.docker.com/engine/installation/) and [docker-compose](https://docs.docker.com/compose/install/) installed.
### Starting rails
```
docker-compose up
```After the container is successfully created you should be able to access your app on `http://localhost:9000`
#### Brought to you by