/farmily

Ruby on Rails app to rent farm animals 🐄

Primary LanguageRuby

farmily

Farmily is an app that connects farmers/farm animal owners with users who want to rent a farm animal for work or fun.

Versions

The following should be within the GEM file

  # Ruby Version
  ruby '2.7.3'
  # Rails version
  'rails', '~> 6.1.4'

System dependencies

  # Bundler
  brew install bundler
  # Node / npm
  brew install node
  # Yarn
  brew install yarn

Installation

The following process is requried for installation.

  # Bundle
  bundle install

  # Yarn
  yarn install

  # Database and Migrations
  rails db:create

  rails db:migrate

  rails db:seed

Run server

  rails s

Features

The following features and APIs were used within cargo, an API key may be required.