WheatCute is a Rails application that aims to connect grain producers with industrial grain consumers in the baking and brewing industry.
This application uses a PostgresQL database to store Farm/Grain information.
- Fork and Clone the repo
- Install gem packages:
bundle install
- Set-up Figaro:
bundle exec figaro install
- Setup the database:
rails db:{drop,create,migrate,seed}
- Run
RAILS_ENV=test
thenbundle exec rspec
to test
All queries are made using a single GraphQL endpoint:
post to '/graphql'
- Ruby 2.7.2
- Rails 5.2.5