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
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.
- ruby 2.3.0
- rails 5.0.4
- postgres database
- 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
orbin/rails s
- 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)
- 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
- can add/delete products
- can add/delete marketes they want to participate at
- can view markets they are participating at
- can check favorite markets/farmers