Summary
- Graphql with Rails is based on Matt Boldt tutorial: https://mattboldt.com/2019/01/07/rails-and-graphql/
- Vue with Apollo is based on Nikolas Burk tutorial: https://www.howtographql.com/vue-apollo/0-introduction/
Setup
docker-compose build
docker-compose run rails bundle install
docker-compose run rails rails db:create
docker-compose up
- Go to: http://localhost:3000