{"id":20146282,"url":"https://github.com/blackhatdevx/yofood","last_synced_at":"2026-05-10T10:42:01.893Z","repository":{"id":188040204,"uuid":"677986887","full_name":"BlackHatDevX/YoFood","owner":"BlackHatDevX","description":"YoFood is a food ordering app built using the MERN (MongoDB, Express, React, Node.js) stack. It allows users to browse through a variety of food items, add them to their cart, and place orders for delivery. ","archived":false,"fork":false,"pushed_at":"2024-08-07T19:56:40.000Z","size":519,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-13T11:12:37.881Z","etag":null,"topics":["full-stack","html","javascript","mern","mern-stack","react","reactjs","webapp"],"latest_commit_sha":null,"homepage":"https://bit.ly/yofoodjash","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/BlackHatDevX.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":"2023-08-13T10:09:25.000Z","updated_at":"2024-08-07T19:56:43.000Z","dependencies_parsed_at":"2024-08-07T22:40:52.406Z","dependency_job_id":null,"html_url":"https://github.com/BlackHatDevX/YoFood","commit_stats":null,"previous_names":["blackhatdevx/yofood"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlackHatDevX%2FYoFood","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlackHatDevX%2FYoFood/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlackHatDevX%2FYoFood/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlackHatDevX%2FYoFood/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BlackHatDevX","download_url":"https://codeload.github.com/BlackHatDevX/YoFood/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241587843,"owners_count":19986628,"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":["full-stack","html","javascript","mern","mern-stack","react","reactjs","webapp"],"created_at":"2024-11-13T22:20:56.791Z","updated_at":"2026-05-10T10:42:01.854Z","avatar_url":"https://github.com/BlackHatDevX.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# YoFood - Food Ordering App\n\nYoFood is a food ordering app built using the MERN (MongoDB, Express, React, Node.js) stack. It allows users to browse through a variety of food items, add them to their cart, and place orders for delivery. The app showcases various features of a food ordering platform and demonstrates the integration of a frontend React application with a backend API.\n\n## Demo - https://bit.ly/yofoodjash\n![FireShot_Capture_001_-_Multi_Device_Website_Mockup_Generator_-_techsini com-removebg-preview (1)](https://github.com/BlackHatDevX/YoFood/assets/91268029/b1150665-2efc-4c51-8184-210f6cf6ca7a)\n\n## Features\n\n- Browse and order from a diverse range of food items.\n- Single-page application built with React, providing a smooth user experience.\n- Cart functionality: Add and remove items, adjust quantities, and view the total cost.\n- Food categories: Explore different categories such as vegetarian, non-vegetarian, pizza, pasta, biryani, rice, etc.\n- User authentication: Register and log in to the app using encrypted JSON Web Tokens (JWT).\n- Secure and encrypted database storage for user data and order history.\n- User-friendly interface with options to select food variants.\n- Easy checkout process and view previous orders.\n- Fast and responsive application design for a seamless user experience.\n\n## Installation and Usage\n\n1. Clone the repository:\n   `git clone https://github.com/BlackHatDevX/YoFood.git`\n2. Install dependencies for both the frontend and backend:\n\n```\ncd YoFood\nnpm install\ncd backend\nnpm install\n```\n\n3. Start the backend server (default backend localhost:5000):\n   \n\n```\nnpm i nodemon\nnodemon\n```\n\u003cbr\u003e\n\u003chr/\u003e\n\u003cbold\u003e🔴Change default backend url in frontend (/src/index.js) line - 8 accordingly🔴\u003c/bold\u003e\n\u003chr/\u003e\n\n\u003cbr\u003e\n4. Start the frontend in another terminal (default frontend localhost:3000), Go to the root folder of repo i.e YoFood in commandline\n\n```\nnpm start\n```\n\n5. Open your browser and visit: [http://localhost:3000](http://localhost:3000)\n\n## Technologies Used\n\n- **Frontend**: React, React Router, Axios\n- **Backend**: Express.js, Node.js\n- **Database**: MongoDB (encrypted using JWT)\n- **Authentication**: JSON Web Tokens (JWT)\n- **Styling**: CSS (you can add additional styling frameworks as needed)\n\n## Screenshots\n\n\n\u003c!-- ### YoFood Home Page --\u003e\n\u003cimg src=\"https://github.com/BlackHatDevX/YoFood/assets/91268029/2073a778-f579-425d-a8bd-e698a977cd96\" alt=\"YoFood Home Page\" style=\"height:20rem;\"\u003e\n\u003c!-- ### YoFood Cart --\u003e\n\u003cimg  src=\"https://github.com/BlackHatDevX/YoFood/assets/91268029/3f98789e-7a22-4f53-aede-ff7a07410616\" alt=\"YoFood Cart\"  style=\"height:20rem;\"\u003e\n\u003c!-- ### YoFood Order History --\u003e\n\u003cimg src=\"https://github.com/BlackHatDevX/YoFood/assets/91268029/b3b551c3-c646-4b64-ab00-296537611f02\" alt=\"YoFood Order History\"  style=\"height:20rem;\"\u003e\n\n## Contributions\n\nContributions are welcome! If you'd like to contribute to YoFood, feel free to submit pull requests or issues through the [GitHub repository](https://github.com/BlackHatDevX/YoFood).\n\n## Contact\n\nFeel free to connect with me if you have any questions, suggestions, or just want to say hello!\n\n- **Portfolio**: [bit.ly/jashgro](https://bit.ly/jashgro)\n- **Telegram**: [@deveIoper_x](https://telegram.dog/deveIoper_x)\n- **LinkedIn**: [Jash Gro](https://www.linkedin.com/in/jash-gro)\n- **Instagram**: [@jash_gro](https://www.instagram.com/jash_gro/)\n- **Twitter**: [@jash_gro](https://twitter.com/jash_gro)\n\nLet's connect and collaborate!\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblackhatdevx%2Fyofood","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblackhatdevx%2Fyofood","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblackhatdevx%2Fyofood/lists"}