/cargo

Ruby on rails app that connects people driving between cities with extra room in their car with users who need to send physical items 🚙

Primary LanguageRuby

cargo

Cargo is an app that connects people driving between cities with extra room in their car with users who need to send physical items such as furniture, electronics, and moving boxes. It is fast, efficient, cheaper than traditional shipping, and reduces the environmental impact of transporting items and single passenger vehicles.

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.