Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.45 KB

README.md

File metadata and controls

37 lines (22 loc) · 1.45 KB

Farm To Table

For both farmers and consumers who need a convenient marketplace to buy and sell food from farms to the buyer’s homes. Farm2Table is an eCommerce platform that connects farms and consumers in close proximity, while making the process seamless for everyone. Unlike a traditional farmer’s market, grocery store delivery services, and grocery store online delivery services (Amazon Prime at Whole Foods, Safeway, Walmart, etc.) our product offers the ability to buy produce directly from local farms in the comfort of the consumer's home and at the convenience of their schedule.

Getting Started

To setup a development environment clone the git repo to your local computer with git clone https://github.com/dill-larson/2020-fall-cs160-team-pikachu.git

Installing Depencies

Navigate to the frontend with cd frontend and follow the steps below.

  1. Run npm install [email protected] --silent
  2. Run npm install react-bootstrap bootstrap
  3. Run npm install node-sass
  4. Run npm install cypress --save-dev

Run the project

  1. Navigate to the frontend with cd frontend
  2. Run npm start
  3. Open http://localhost:3000 to view it in the browser.

Branch Format

Branches are separated into two categories: frontend and backend and further categorized by feature or bugfix.

Features:

  • f-frontend-[feature_name]
  • f-backend-[feature_name]

Bugfixes:

  • b-frontend-[bugfix_name]
  • b-backend-[bugfix_name]