Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 292 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 292 Bytes

Setup Local Environment

$ git clone https://github.com/davidrf/graphql-bookclub-ruby.git
$ cd graphql-bookclub-ruby
$ asdf install
$ bundle install
$ rails db:create
$ rails db:migrate
$ rails db:seed

Run Server

$ rails server

Run Tests

$ bundle exec rspec