This repository create backend server to load all data from graphql and response JSON data
bundle install
cp .env.example .env
rails db:migrate & rails db:seed
rails s
Go to localhost:3000
https://devcenter.heroku.com/articles/getting-started-with-rails6
Go to Heroku Enviroment
(Heroku dashboard -> Settings -> Config Vars) and copy environments from .env file
https://devcenter.heroku.com/articles/getting-started-with-rails6