A Q&A Community supported by data.
Backend Graphql Server
- ruby: ~> 2.3.0
- rails: ~> 5.0.0
- PostgreSQL: ~> 9.4
- libgraphqlparser: 0.4.0
Installation of libgraphqlparser see graphql-libgraphqlparser#Installation
- config/database.yml
bundle exec rails db:createbundle exec rails db:setuprspecSet variables in 'config/deploy/#{environment}.rb'
- Initialize
bundle exec mina #{environment} setupand follow the instructions
- Update
bundle exec mina #{environment} deplay