{"id":21049573,"url":"https://github.com/divspark/grow","last_synced_at":"2026-02-24T10:03:46.841Z","repository":{"id":242222789,"uuid":"804990674","full_name":"divspark/Grow","owner":"divspark","description":"A Platform to reduce Food-Miles","archived":false,"fork":false,"pushed_at":"2025-07-25T19:50:24.000Z","size":31451,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-26T02:33:19.888Z","etag":null,"topics":["bootstrap","boxicons","emailjs","expressjs","html-css-javascript","jwt-authentication","nodejs","react-query","reactjs","sass","stripe","zustand"],"latest_commit_sha":null,"homepage":"https://grow-frontend-lime.vercel.app/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/divspark.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-05-23T17:04:44.000Z","updated_at":"2025-07-25T19:50:28.000Z","dependencies_parsed_at":"2025-04-30T06:57:31.331Z","dependency_job_id":null,"html_url":"https://github.com/divspark/Grow","commit_stats":null,"previous_names":["divspark/grow"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/divspark/Grow","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/divspark%2FGrow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/divspark%2FGrow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/divspark%2FGrow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/divspark%2FGrow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/divspark","download_url":"https://codeload.github.com/divspark/Grow/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/divspark%2FGrow/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29779262,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-24T04:54:30.205Z","status":"ssl_error","status_checked_at":"2026-02-24T04:53:58.628Z","response_time":75,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bootstrap","boxicons","emailjs","expressjs","html-css-javascript","jwt-authentication","nodejs","react-query","reactjs","sass","stripe","zustand"],"created_at":"2024-11-19T15:12:38.870Z","updated_at":"2026-02-24T10:03:46.835Z","avatar_url":"https://github.com/divspark.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Grow\n\nWelcome to Grow – a cutting-edge platform that bridges the gap between producers, farmers, and consumers to promote sustainability, reduce food miles, and lower environmental pollution. Our mission is to create a more eco-friendly food supply chain by connecting local farmers directly with consumers, minimizing the need for long-distance transport, and fostering sustainable practices.\nAt Grow, we are committed to promoting sustainable agriculture and empowering local communities, all while offering consumers fresh, local food with reduced environmental impact. Join us in making food sourcing more sustainable, transparent, and efficient!\n\n## Table of Contents\n\n- [Features](#features)\n- [Technologies Used](#technologies-used)\n- [Installation](#installation)\n- [Payment Processing](#payment-processing)\n- [Contributing](#contributing)\n\n## Features\n\n- **User Authentication**: Secure login and registration for producers, farmers, and consumers.\n- **Product Listings**: Producers and farmers can list their products with detailed descriptions and prices.\n- **Voice Recognition**: Utilize a basic machine learning model to recognize voice commands for an enhanced user experience.\n- **Payment Gateway**: Secure and seamless transactions using Stripe.\n- **Sustainability Focus**: Connects local producers and consumers to reduce food miles and promote sustainable practices.\n\n## Technologies Used\n\n### Frontend\n\n- **React**: A JavaScript library for building user interfaces.\n- **Redux**: State management for React applications.\n- **Axios**: Promise-based HTTP client for the browser and Node.js.\n\n### Backend\n\n- **Node.js**: JavaScript runtime built on Chrome's V8 JavaScript engine.\n- **Express**: Fast, unopinionated, minimalist web framework for Node.js.\n- **MongoDB**: NoSQL database for storing user data and product listings.\n- **Mongoose**: Elegant MongoDB object modeling for Node.js.\n\n## Payment Processing\n\n- **Stripe**: A suite of APIs powering online payment processing.\n\n## Installation\n\n1. **Clone the repository**:\n   ```bash\n   git clone https://github.com/divspark/grow.git\n   cd grow\n   ```\n\n2. **Install dependencies**:\n   - For the frontend:\n     ```bash\n     cd frontend\n     npm install\n     ```\n   - For the backend:\n     ```bash\n     cd backend\n     npm install\n     ```\n\n3. **Set up environment variables**:\n   - Create a `.env` file in the `backend` directory and add the following variables:\n     ```env\n     MONGO_URI=your_mongodb_connection_string\n     STRIPE_SECRET_KEY=your_stripe_secret_key\n     STRIPE_PUBLISHABLE_KEY=your_stripe_publishable_key\n     ```\n\n4. **Start the development servers**:\n   - For the backend:\n     ```bash\n     cd backend\n     npm start\n     ```\n   - For the frontend:\n     ```bash\n     cd frontend\n     npm start\n     ```\n\n## Payment Processing\n\nStripe is used for secure payment processing. Ensure that your `.env` file contains the correct Stripe keys. The payment workflow is integrated into the order creation process, providing a seamless experience for users.\n\n## Contributing\n\nWe welcome contributions to the Grow platform! If you would like to contribute, please follow these steps:\n\n1. **Fork the repository**.\n2. **Create a new branch**:\n   ```bash\n   git checkout -b feature/your-feature-name\n   ```\n3. **Make your changes and commit them**:\n   ```bash\n   git commit -m 'Add some feature'\n   ```\n4. **Push to the branch**:\n   ```bash\n   git push origin feature/your-feature-name\n   ```\n5. **Submit a pull request**.\n\n6.**your Pr will be merge**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdivspark%2Fgrow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdivspark%2Fgrow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdivspark%2Fgrow/lists"}