-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Matthew Sullivan edited this page Nov 27, 2020
·
6 revisions
Lightweight Ruby on Rails user registration/login GraphQL API that returns stateless json web tokens to access secured mutations and queries.
Install Postgres
Create database
$ createdb rjpa_test
Install dependencies and build database
$ bundle install && rails db:migrate
$ rails s
Install dependencies and build database
$ bundle install && rails db:migrate
$ rails test
Pull requests are welcome. For major changes, open an issue first to discuss what you would like to change.
Please make sure to update and or write tests as appropriate.