Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 417 Bytes

README.md

File metadata and controls

38 lines (28 loc) · 417 Bytes

Budgeteer Service

Setup

Installation

bundle install
bundle exec rake db:setup

Data Setup

rails console

Loads 20,000~ records

DataLoader.call

Starting Server

bundle exec rails dev:cache
bundle exec rails server

GQL Playground

http://127.0.0.1:3001/graphiql

Resources

https://www.howtographql.com/graphql-ruby/0-introduction/