20 Billion pounds of produce is lost on farms every year. Market conditions can cause farmers to throw away edible food. We are creating a web application that can link producers to consumers in order to decrease the amount of wasted food.
Running Instructions:
You'll need node.js to run the app (https://nodejs.org/en/)
then go to the server folder and open a terminal and run " npm install "
once install is done do " npm run start "
This will start the server
then go to the client folder and open a terminal and run " npm install "
again once install is done do " npm run start "
This will start the client