Stall Card Back-End is a Ruby on Rails Application that exposes data to the Stall Card Front-End Application. The data from the databases are exposed using GraphQL.
This application uses Ruby 2.7.2 and Rails 5.2.6.
Follow these steps from terminal:
cd into desired directory
git clone git@github.com:Stall-Card-App/stall_card_be.git
cd stall_card_be
bundle install
rails db:{create,migrate}
bundle exec rspec
rails server
Navigate to the browser:
localhost:3000
GET /api/v1/forecast?location=:uses location parameter to consume and expose the forecast for the locationPOST /graphql:exposes requested data for barns, employees, horses, owners, vets, farriers
