Skip to content

sharathvignesh/foodforneed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Food for need

react redux graphql

Food for need is a platform to donate food for the needy people. The best use case is, say Mr.x is organizing a party in his office. At the end of the party he realizes that food is in excess and it can feed around 20 people. He can use our app and put on an information about the excess food. Old age homes, orphanages can contact the donors and make use of the excess food to feed the needy ones.

Installation & Usage:

  1. Clone the app.
  2. Install the dependencies
cd foodforneed && npm install
  1. Run mongodb and create a database named "foodforneed"
  2. Run the server
npm start
  1. Run the react app
npm run dev
  1. Now in the web browser go to localhost:3000