- FoodAmigo project has won 3rd position in Wipro Climate collective challenge 2022.
- FoodAmigo is a Food Inventory Management and Analytics System which monitors real time health of the crop stored in the godowns
- For more info please check the PPT
- PPT_FoodAmigo
- Root Reposotory: Server code (Node.js|Express.js|MogoDB|Mongoose)
- ./foodamigo: Client code (React.js)
- clone the repository
- type command
npm init
- Include your MongoDB repositry URL
- run
nodemon app.js
- cd foodamigo
- run
npm start