VueGraphqlAuthExample demonstrates how to use Rails, Vue, GraphQL and Devise together to create basic token authentication. The related article provides a step-by-step guide to help navigate the repo and set up auth on your application.
Please check .ruby-version
and .nvmrc
to ensure you have the right versions of Ruby and Node installed and activated on your system. Then run
bin/setup
To run the app
foreman start
then head to http://localhost:3000/.
All tests can be found in the ./spec
. Run the tests with
bin/rspec
Any and all feedback is welcome. Please feel free to open a pull request, issue or message me directly at [email protected].