/aunties

An Application for aunties to sell their home cooked meals to the local community

Primary LanguageCSS

Aunties

Aunties is an application designed to connect producers of food and meals within a geographic area. Once a product has been placed by an auntie a user is able to purchase and collect the meal at a designated time.

Aunties was a project produced during Le Wagon bootcamp programme.

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 Aunties, an API key is required.