Skip to content

Final project for LHL: we are using what we learned in the past 6.5 weeks of full time bootcamp and applying it to one working app. In this app, farmers are able to connect with users to display all the current products and markets dependent on location, specification, and products.

MeaganBlais/farmers-market

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 

Repository files navigation

Market+

Made by

Meagan Blais - https://github.com/MeaganBlais Katia Al-Amir - https://github.com/kamir222 Rose Wan - https://github.com/rosexw Vasiliy Klimkin - https://github.com/vasiliy-klimkin

Description

Currently, if you want to find information about local farmer’s markets there are only a couple blogs which provide limited information about these markets.

Since these blog postings are static by nature we recognized that consumers are not able to easily access accurate information about what each market offers.

We felt that this was a problem, who doesn’t want to have easy access to fresh, local food!

Based on this, we created a platform which allows farmers to create a profile that contains current information about the products they carry and the markets where they will be selling. On the user side, an individual can keep track of their favorite markets & farmers.

Dependencies

  • ruby 2.3.0
  • rails 5.0.4
  • postgres database

How to Run

  • Clone the repo
  • cd into the directory that you just cloned
  • run bundle install to get all the necessary gems
  • turn on postgress
  • run rake db:setup to create database
  • run rake db:migrate to create the tables in the database
  • run rake db:seed to get the initial seeds
  • (optional) go into postgres and verify if all the tables exist
  • run the server with bin/rails server or bin/rails s

Features

  • Dashboard is made out of react components
  • Site is mobile friendly (Responsive design: Open dev tools in chrome and click the phone icon to see how it behaves when the screen is smaller)

Used Case

As a Anon-user

  • can search by products to find markets that sell the product searched
  • can search by market name to find market with simular name in database
  • can search by location, which shows farms in a 1 mile radius from the place that has been searched

As a farmer

  • can add/delete products
  • can add/delete marketes they want to participate at
  • can view markets they are participating at

As a registered user

  • can check favorite markets/farmers

Screenshots

-1 -2 -3 -4 -5 -6 -7 -8 -9 -10

Responsive Design

-11 -12 -13 -14

About

Final project for LHL: we are using what we learned in the past 6.5 weeks of full time bootcamp and applying it to one working app. In this app, farmers are able to connect with users to display all the current products and markets dependent on location, specification, and products.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 85.5%
  • CSS 11.5%
  • Ruby 2.0%
  • Other 1.0%