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.
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
Navigate to the frontend with cd frontend
and follow the steps below.
- Run
npm install [email protected] --silent
- Run
npm install react-bootstrap bootstrap
- Run
npm install node-sass
- Run
npm install cypress --save-dev
- Navigate to the frontend with
cd frontend
- Run
npm start
- Open http://localhost:3000 to view it in the browser.
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]