{"id":21867722,"url":"https://github.com/daaniissh/foodeli","last_synced_at":"2026-02-03T04:30:41.429Z","repository":{"id":242894945,"uuid":"810789017","full_name":"daaniissh/Foodeli","owner":"daaniissh","description":"Foodeli, a MERN stack web app (MongoDB, Express.js, React.js, Node.js), empowers food enthusiasts to buy and sell seamlessly. Its secure marketplace features search, filtering, and favorites, alongside a user-friendly cart and order tracking. Foodeli simplifies online food exploration, purchase, and management for both foodies and food entrepreneur","archived":false,"fork":false,"pushed_at":"2024-06-08T08:23:43.000Z","size":1943,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-05T20:15:12.561Z","etag":null,"topics":["mern","reactjs"],"latest_commit_sha":null,"homepage":"https://foodeli-jet.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/daaniissh.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}},"created_at":"2024-06-05T11:04:35.000Z","updated_at":"2024-07-27T19:02:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"204af6b9-c018-494b-a558-a5074bfc660f","html_url":"https://github.com/daaniissh/Foodeli","commit_stats":null,"previous_names":["daaniissh/foodeli"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/daaniissh/Foodeli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daaniissh%2FFoodeli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daaniissh%2FFoodeli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daaniissh%2FFoodeli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daaniissh%2FFoodeli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/daaniissh","download_url":"https://codeload.github.com/daaniissh/Foodeli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daaniissh%2FFoodeli/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261304267,"owners_count":23138301,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["mern","reactjs"],"created_at":"2024-11-28T05:10:14.629Z","updated_at":"2026-02-03T04:30:41.403Z","avatar_url":"https://github.com/daaniissh.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Foodeli \n\n\n**Foodeli** is a comprehensive web application designed for food enthusiasts to easily buy and sell a variety of foods. Built using the **MERN** stack (MongoDB, Express.js, React.js, and Node.js), Foodeli offers a seamless and intuitive user experience with features like user authentication, shopping cart management, order tracking, and profile updates.\n\n\n\n\n\n## Demo\n\nhttps://github.com/daaniissh/Foodeli/assets/102005928/47978755-e2f6-40b3-8b83-8a14c928e5f7\n\n\n\n\n\n\n## Screenshots\n![Screenshot (651)](https://github.com/daaniissh/Foodeli/assets/102005928/381ee437-e7af-49b7-ae93-2b9dc7800a0f)\n\n\n![Screenshot (652)](https://github.com/daaniissh/Foodeli/assets/102005928/7c415784-2a16-49fc-b3ef-3d0cf20dd085)\n\n\n\n## Features\n\n- **User Authentication:** Secure login and signup options for users to create and manage their accounts.\n- **Food Marketplace:** Browse, search, and filter through a wide variety of food items available for sale.\n- **Add to Cart:** Conveniently add desired food items to the shopping cart for easy purchase.\n- **Favorites:** Mark favorite food items for quick access and future reference.\n- **Order Management:** View and track current and past orders with detailed order information.\n- **Profile Updates:** Users can update their personal information and manage their profile settings\n\n## Tech Stack\n## Frontend\n- **React.js:** A JavaScript library for building user interfaces.\n- **Styled Components:** Utilized for styling React components.\n- **Redux:** A state management library for managing application state.\n- **Axios:** A promise-based HTTP client for making requests to the backend.\n- **Toster:** Used for displaying toast notifications.\n- **Material-UI (MUI):** A popular React UI framework for building responsive, accessible design components.\n- **Cloudinary:** A cloud-based service for managing images and videos.\n\n## Backend\n- **Express.js:** A web application framework for building the backend API and handling server-side logic.\n- **MongoDB:** A NoSQL database for storing user data, food items, orders, and other relevant information.\n- **Mongoose:** An Object Data Modeling (ODM) library for MongoDB and Node.js.\n- **JWT (jsonwebtoken):** For handling user authentication and generating tokens.\n- **Bcrypt:** For hashing passwords.\n- **Dotenv:** For loading environment variables from a .env file.\n- **Cors:** Middleware for enabling Cross-Origin Resource Sharing.\n- **Nodemon:** A tool that helps develop node.js based applications by automatically restarting the node application when file changes are detected.\n\n## Installation\n\n   Clone the repository:\n\n```bash\ngit clone https://github.com/yourusername/foodeli.git\ncd foodeli\n```\nInstall server dependencies:\n\n```bash\ncd ./server\nnpm install\n```\nInstall client dependencies:\n\n```bash\ncd ./client\nnpm install\n```\n\nSet up environment variables: Create a .env file in the backend directory and add the necessary environment variables.\n```bash\nMONGO_URI=your_mongo_db_uri\nJWT_SECRET=your_jwt_secret\nCLOUDINARY_CLOUD_NAME=your_cloudinary_cloud_name\nCLOUDINARY_API_KEY=your_cloudinary_api_key\nCLOUDINARY_API_SECRET=your_cloudinary_api_secret\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaaniissh%2Ffoodeli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdaaniissh%2Ffoodeli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaaniissh%2Ffoodeli/lists"}