<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: Abbas</title>
    <description>The latest articles on Forem by Abbas (@abbas_4e556b3ebaa603b1b29).</description>
    <link>https://forem.com/abbas_4e556b3ebaa603b1b29</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3466777%2Faf1f0ad1-ccdd-4ae7-962a-2515b14c6945.png</url>
      <title>Forem: Abbas</title>
      <link>https://forem.com/abbas_4e556b3ebaa603b1b29</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/abbas_4e556b3ebaa603b1b29"/>
    <language>en</language>
    <item>
      <title>A Step-by-Step Guide to Build a Multi-Vendor Food Delivery</title>
      <dc:creator>Abbas</dc:creator>
      <pubDate>Mon, 03 Nov 2025 09:09:23 +0000</pubDate>
      <link>https://forem.com/abbas_4e556b3ebaa603b1b29/a-step-by-step-guide-to-build-a-multi-vendor-food-delivery-25jm</link>
      <guid>https://forem.com/abbas_4e556b3ebaa603b1b29/a-step-by-step-guide-to-build-a-multi-vendor-food-delivery-25jm</guid>
      <description>&lt;p&gt;Building a multi-vendor food delivery marketplace offers substantial advantages, primarily driven by its high scalability and diverse revenue streams. This allows the platform owner to earn income from commissions, delivery fees, and premium vendor placements and in this rapidly growing industry, building your own multi-vendor food delivery marketplace can bring all these benefits. &lt;/p&gt;

&lt;p&gt;However, building a multi-vendor food delivery marketplace is a complex undertaking, but following a structured step-by-step guide can simplify the process. This involves defining your strategy, building the platform, and launching/scaling the business.&lt;br&gt;
Below is a step-by-step guide on building a multi-vendor food delivery marketplace:&lt;/p&gt;

&lt;h2&gt;
  
  
  1. Strategy and Planning
&lt;/h2&gt;

&lt;p&gt;Strategy and planning is the most crucial step towards establishing your delivery marketplace and the foundation of your marketplace lies in clear strategic planning. In-order to have the best strategy the first point towards it is:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Define your Niche and Business Model:&lt;/strong&gt;&lt;br&gt;
 A niche helps target marketing and reduces competition with giants. Decide on your specific market along with choosing a business model which will help you answer how you are going to generate revenue? The business model can be the following:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1. Commission Based:&lt;/strong&gt;&lt;br&gt;
    Taking a percentage from each order&lt;br&gt;
&lt;strong&gt;2. Subscription Based:&lt;/strong&gt;&lt;br&gt;
    Charging vendors a flat monthly fee to be listed.&lt;br&gt;
  &lt;strong&gt;3. Hybrid:&lt;/strong&gt;&lt;br&gt;
    Combining commissions, subscription fees. &lt;/p&gt;

&lt;p&gt;One of the other most important factors is defining your target audience, as  it dictates the entire platform strategy. It provides a blueprint for what to build, who to recruit, and how to market.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Choose a Technology Stack:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Choosing a technology stack for a multi-vendor delivery marketplace is the process of selecting the entire suite of programming languages, frameworks, libraries, databases, servers, and tools that will be used to build, run, and scale the platform. It is the foundational technical architecture that must support the complex multi-sided nature of the marketplace, which involves four distinct user groups including, customer app, delivery app, vendor app and admin panel. There are some key components of a technology stack:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Frontend (User Interface):&lt;/strong&gt;&lt;br&gt;
This is the technology for the applications that users directly interact with.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Backend (Server-Side Logic):&lt;/strong&gt;&lt;br&gt;
This is the brain that handles all the core business logic, user authentication, and communication between the four different apps.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Database:&lt;/strong&gt;&lt;br&gt;
It is used to store all critical data, including user profiles, vendor menus, transaction logs, and real-time order status.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Infrastructure &amp;amp; DevOps:&lt;/strong&gt;&lt;br&gt;
This layer is responsible for hosting, deploying, and automatically scaling the entire platform.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fg9qocmj78r0hx1y55be6.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fg9qocmj78r0hx1y55be6.png" alt=" " width="800" height="418"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  2. Development and Testing
&lt;/h2&gt;

&lt;p&gt;Development and testing is where the platform is built and refined. Following are the most important features of development and testing:&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;System Design &amp;amp; Wireframing: *&lt;/em&gt;&lt;br&gt;
Create  blueprints for the UI/UX for all three applications (Customer, Vendor, Driver) and the Admin panel and focus on a seamless, intuitive experience.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Minimum Viable Product (MVP) Development:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Build the core platform with only the essential features determined in the planning phase. This allows for a quick launch and gathering of early user feedback.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Rigorous Testing:&lt;/strong&gt;&lt;br&gt;
Conduct thorough testing across all platforms (web, iOS, Android):&lt;br&gt;
Functional Testing: Ensure all features work as intended including, ordering, payments, tracking&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;User Acceptance Testing (UAT)&lt;/strong&gt;: Get real users (customers, vendors, and drivers) to test the platform in a real-world scenario.&lt;br&gt;
Performance/Stress Testing: Ensure the system can handle a high volume of concurrent users and orders.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F3wo6t9its3vv8t3ep9b6.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F3wo6t9its3vv8t3ep9b6.png" alt=" " width="800" height="418"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3. Launch, Onboarding, and Scaling&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Establishing a multi-vendor delivery marketplace involves a critical three-phase process, Launch (MVP), Onboarding (Supply &amp;amp; Demand), and Scaling (Growth). Success depends on effectively managing the complex interaction between customers, vendors (restaurants/stores), and delivery partners. With a tested MVP, you're ready to go to market and grow. &lt;br&gt;
Launch: &lt;br&gt;
The launch phase focuses on getting a functional version of your platform live quickly to validate the business idea and achieve market liquidity. This step involves:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Defining your niche:&lt;/strong&gt;&lt;br&gt;
 In this step you focus on a specific area, cuisine type, or product category to solve the cold start problem.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Core feature development:&lt;/strong&gt; &lt;br&gt;
In this step you build only the essential features required for a transaction to occur.  &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Test and Refine:&lt;/strong&gt; &lt;br&gt;
In this step you launch a Pilot Program in a small, controlled area. Use this data to eliminate bugs, refine the user experience (UX), and confirm that your core value proposition is working before expanding. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Onboarding (Building the Ecosystem):&lt;/strong&gt; &lt;br&gt;
This is the process of acquiring and integrating your two sides of supply (vendors and drivers) and attracting demand. The two sides of the supply .i.e.vendor onboarding and driver onboarding are explained underneath:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Vendor Onboarding:&lt;/strong&gt;&lt;br&gt;
The goal is to make it easy for businesses to join and manage their operations. It includes:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Vetting &amp;amp; Agreement:&lt;/strong&gt;&lt;br&gt;
Verify business licenses, tax IDs, and bank details for payouts and sign a clear marketplace agreement outlining commission rates and performance standards. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;System Setup &amp;amp; Training:&lt;/strong&gt;&lt;br&gt;
Set up the vendor's digital storefront/menu and train them on the vendor dashboard for order management and inventory sync.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Catalog Integration:&lt;/strong&gt;&lt;br&gt;
Facilitate the smooth upload of product listings, images, and pricing.&lt;br&gt;
      B. Driver Onboarding: &lt;br&gt;
           It  focuses on speed and compliance and includes the following:&lt;br&gt;
 Screening &amp;amp; Compliance:&lt;br&gt;
Check driving history, background, and vehicle suitability and ensure they have the necessary licenses and insurance.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;App &amp;amp; Payout Setup:&lt;/strong&gt;&lt;br&gt;
Install the Driver App, verify GPS function, and link their bank account for timely payouts.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Initial Training:&lt;/strong&gt;&lt;br&gt;
Cover platform standards for order handling, customer service, and food safety.&lt;br&gt;
     C. Customer Acquisition:&lt;br&gt;
The strategy is to attract users by highlighting the value proposition through targeted marketing and referral programs. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Scaling (Growth and Optimization):&lt;/strong&gt;&lt;br&gt;
Scaling is about expanding the service area and user base while maintaining operational quality and profitability. It includes: &lt;br&gt;
Technology Scaling: &lt;br&gt;
Invest in cloud infrastructure (AWS/GCP) and a robust architecture  to handle massive traffic spikes and data loads along with automating manual processes like vendor payments, dispute resolution, and driver dispatching.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Geographic Expansion:&lt;/strong&gt;&lt;br&gt;
Use a phased approach. Launch in new, nearby neighborhoods or cities only after achieving success and operational efficiency in the current market. Conduct thorough demographic analysis for each new market.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Product-Market Fit:&lt;/strong&gt;&lt;br&gt;
Introduce new features based on user data, such as personalized recommendations (using AI), loyalty programs, and integrated in-app customer support.&lt;/p&gt;

&lt;h2&gt;
  
  
  Conclusion
&lt;/h2&gt;

&lt;p&gt;Building a multi-vendor food delivery marketplace is an ambitious but highly rewarding venture. It requires a solid understanding of the business model, careful planning, the right technology stack, and a focus on creating a seamless experience for customers, vendors, and delivery partners alike. While the process involves multiple stages: from strategy and development to onboarding and scaling, each phase contributes to building a sustainable ecosystem that can adapt and grow over time.&lt;/p&gt;

&lt;p&gt;By approaching development strategically and validating each step through testing and feedback, entrepreneurs can avoid common pitfalls and achieve faster market traction. Once the foundation is strong, continuous optimization and technological scalability can transform the platform into a dominant player in the delivery space.&lt;/p&gt;

&lt;p&gt;For those looking to simplify the process and accelerate their launch, &lt;a href="https://enatega.com/" rel="noopener noreferrer"&gt;Enatega&lt;/a&gt; offers a ready-made, customizable multi-vendor delivery solution designed to help businesses deploy and scale efficiently. It enables you to focus on growth while we take care of the technology behind your marketplace.&lt;/p&gt;

</description>
      <category>startup</category>
      <category>delivery</category>
      <category>javascript</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>Top Alternatives to SaaS Food Delivery Software in 2025</title>
      <dc:creator>Abbas</dc:creator>
      <pubDate>Wed, 10 Sep 2025 18:56:12 +0000</pubDate>
      <link>https://forem.com/abbas_4e556b3ebaa603b1b29/top-alternatives-to-saas-food-delivery-software-in-2025-1jpl</link>
      <guid>https://forem.com/abbas_4e556b3ebaa603b1b29/top-alternatives-to-saas-food-delivery-software-in-2025-1jpl</guid>
      <description>&lt;p&gt;Food delivery has exploded in the past few years, with restaurants, grocery stores, and even liquor shops going digital. But here’s the catch: most businesses don’t want to spend a fortune building a custom app from scratch. That’s where SaaS alternative food delivery software comes in.&lt;/p&gt;

&lt;p&gt;Instead of locking yourself into a single vendor’s ecosystem, SaaS alternatives give you the flexibility to scale, rebrand, and customize your delivery platform while keeping costs under control.&lt;/p&gt;

&lt;p&gt;In this post, we’ll break down the best SaaS alternatives for food delivery software in 2025, what makes them different, and which one might be right for your business.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why Consider a SaaS Alternative for Food Delivery?
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Lower upfront cost&lt;/strong&gt; compared to custom development.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Faster launch times&lt;/strong&gt; (often in weeks, not months).&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Scalability&lt;/strong&gt; – perfect for restaurants, multi-vendor marketplaces, and new startups.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Customization&lt;/strong&gt; – white-label and rebranding options to run your own delivery app.&lt;/p&gt;

&lt;h2&gt;
  
  
  Best SaaS Alternative Food Delivery Software
&lt;/h2&gt;

&lt;h3&gt;
  
  
  1. Enatega
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ffqt8lpqugtguw1w9bki3.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ffqt8lpqugtguw1w9bki3.png" alt=" " width="800" height="449"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;A white-label, multi-vendor food delivery solution designed for restaurants, liquor shops, and even niche industries like laundry or flowers. Enatega is open-source at its core, which makes it much more customizable than traditional SaaS platforms.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Key Highlights:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;White-label and rebrand-ready&lt;/li&gt;
&lt;li&gt;End-to-end solution (customer app, rider app, admin dashboard, vendor dashboard)&lt;/li&gt;
&lt;li&gt;Flexible pricing (One time payment)&lt;/li&gt;
&lt;li&gt;Supports multiple verticals beyond food&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Best for&lt;/strong&gt;: Restaurants, startups, and entrepreneurs who want full ownership and control over their delivery platform.&lt;/p&gt;

&lt;h3&gt;
  
  
  2. GloriaFood
&lt;/h3&gt;

&lt;p&gt;A well-known SaaS platform focused on restaurant ordering. It’s lightweight and easy to set up but limited in customization compared to white-label alternatives.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Key Highlights:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Free basic plan&lt;/li&gt;
&lt;li&gt;Easy restaurant onboarding&lt;/li&gt;
&lt;li&gt;Integrates with POS systems&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Best for&lt;/strong&gt;: Small restaurants testing online ordering.&lt;/p&gt;

&lt;h3&gt;
  
  
  3. Ordering.co
&lt;/h3&gt;

&lt;p&gt;A SaaS platform for multi-vendor food delivery businesses. Offers good functionality but can get expensive as you scale.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Key Highlights:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Ready-made apps and dashboards&lt;/li&gt;
&lt;li&gt;Multi-vendor support&lt;/li&gt;
&lt;li&gt;Cloud-based SaaS model&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Best for&lt;/strong&gt;: Businesses who want a quick SaaS option and don’t mind vendor lock-in.&lt;/p&gt;

&lt;h3&gt;
  
  
  4. Yelo by Jungleworks
&lt;/h3&gt;

&lt;p&gt;Yelo offers multi-vendor food delivery as part of a larger SaaS ecosystem. It works well for entrepreneurs but may require ongoing subscription costs.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Key Highlights:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Marketplace features&lt;/li&gt;
&lt;li&gt;Subscription-based pricing&lt;/li&gt;
&lt;li&gt;Multi-industry support&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Best for&lt;/strong&gt;: Those wanting a SaaS marketplace solution without heavy technical involvement.&lt;/p&gt;

&lt;h2&gt;
  
  
  How to Choose the Right SaaS Alternative
&lt;/h2&gt;

&lt;p&gt;When picking the right food delivery software alternative, consider:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Budget&lt;/strong&gt;: Do you want a subscription model or full ownership?&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Scalability&lt;/strong&gt;: Will you expand to multiple cities or vendors?&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Customization&lt;/strong&gt;: Do you want a fully white-label app under your brand?&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Integrations&lt;/strong&gt;: Payment gateways, POS systems, CRMs, etc.&lt;/p&gt;

&lt;h2&gt;
  
  
  Conclusion
&lt;/h2&gt;

&lt;p&gt;If you’re searching for a SaaS alternative food delivery software, you’ve got plenty of options in 2025. From SaaS-first tools like GloriaFood and Ordering.co to more customizable, white-label alternatives like &lt;a href="https://enatega.com" rel="noopener noreferrer"&gt;Enatega&lt;/a&gt;, the right choice depends on your goals.&lt;/p&gt;

&lt;p&gt;Whether you’re running a single restaurant or building the next DoorDash, there’s a solution that fits your budget and ambitions.&lt;/p&gt;

</description>
      <category>node</category>
      <category>saas</category>
      <category>software</category>
      <category>startup</category>
    </item>
    <item>
      <title>The 9 Most Starred Open Source Delivery Solutions on Github</title>
      <dc:creator>Abbas</dc:creator>
      <pubDate>Fri, 29 Aug 2025 10:36:52 +0000</pubDate>
      <link>https://forem.com/abbas_4e556b3ebaa603b1b29/the-9-highest-rated-open-source-delivery-solutions-on-github-4kbn</link>
      <guid>https://forem.com/abbas_4e556b3ebaa603b1b29/the-9-highest-rated-open-source-delivery-solutions-on-github-4kbn</guid>
      <description>&lt;p&gt;If you’re planning to launch your own food delivery business, you’ve probably realized that building everything from scratch can be costly and time-consuming. That’s why many entrepreneurs turn to open source food delivery platforms. These solutions allow you to start quickly, while also letting you customize the software to your needs. On top of that, it's much easier to scale as well.&lt;/p&gt;

&lt;p&gt;Here’s a look at 9 popular open source food delivery platforms (in no particular order) that you can explore.&lt;/p&gt;

&lt;h2&gt;
  
  
  1. Enatega
&lt;/h2&gt;


&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fassets.dev.to%2Fassets%2Fgithub-logo-5a155e1f9a670af7944dd5e12375bc76ed542ea80224905ecaf878b9157cdefc.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/enatega" rel="noopener noreferrer"&gt;
        enatega
      &lt;/a&gt; / &lt;a href="https://github.com/enatega/food-delivery-multivendor" rel="noopener noreferrer"&gt;
        food-delivery-multivendor
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      Enatega is a fully realized and customizable food delivery application that can be used to set up your own order/delivery management system. For more information, visit the Enatega product page: 🚀🛒📦🌐 
    &lt;/h3&gt;
  &lt;/div&gt;
  &lt;div class="ltag-github-body"&gt;
    
&lt;div id="readme" class="md"&gt;
&lt;div&gt;
&lt;a href="https://www.facebook.com/sharer/sharer.php?u=https://github.com/Ninjas-Code-official/Enatega-Multivendor-Food-Delivery-Solution" rel="nofollow noopener noreferrer"&gt;
  &lt;img src="https://camo.githubusercontent.com/07816b4662d799de65fcf5ce7c49f1f85bcc49c9cde3e826eb0643da51c93cf7/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f2d3064313131373f6c6f676f3d66616365626f6f6b" width="40" height="30"&gt;
&lt;/a&gt;
&lt;a href="https://www.linkedin.com/shareArticle?mini=true&amp;amp;url=https://github.com/Ninjas-Code-official/Enatega-Multivendor-Food-Delivery-Solution" rel="nofollow noopener noreferrer"&gt;
  &lt;img src="https://camo.githubusercontent.com/3d40a571824af729915666c3cba0aabbbaa1a3b4b9e6501ecb9374eea8010537/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f2d3064313131373f6c6f676f3d6c696e6b6564696e" width="40" height="30"&gt;
&lt;/a&gt;
&lt;a href="https://twitter.com/intent/tweet?&amp;amp;url=https://github.com/Ninjas-Code-official/Enatega-Multivendor-Food-Delivery-Solution&amp;amp;via=TWITTER-HANDLE" rel="nofollow noopener noreferrer"&gt;
  &lt;img src="https://camo.githubusercontent.com/abb4fa0c87997af9701e36a5e888d4b00082324b09e5105caad6c342da595f5e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f2d3064313131373f6c6f676f3d74776974746572" width="40" height="30"&gt;
&lt;/a&gt;
&lt;/div&gt;
&lt;div&gt;
  &lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;Enatega Multi Vendor Food Delivery System&lt;/h2&gt;
&lt;/div&gt;
  &lt;i&gt;The food delivery and order management system for the future.&lt;/i&gt;
 &lt;br&gt;
&lt;br&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;p&gt;&lt;a href="https://github.com/Ninjas-Code-official/Enatega-Multivendor-Food-Delivery-Solution/blob/main/LICENSE" rel="noopener noreferrer"&gt;&lt;img src="https://camo.githubusercontent.com/592d85a436cb5e3b8acea4a0de6022a9c26348367d356c56bc2f814208df6ebf/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d726564" alt="Static Badge"&gt;&lt;/a&gt;
&lt;a href="https://github.com/Ninjas-Code-official/Enatega-Multivendor-Food-Delivery-Solution/stargazers" rel="noopener noreferrer"&gt;&lt;img src="https://camo.githubusercontent.com/330c385aab6c9125829dc31eed075a32e9b80c2b9a7d2ef0fb1c75ebe518796b/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f4e696e6a61732d436f64652d6f6666696369616c2f456e61746567612d4d756c746976656e646f722d466f6f642d44656c69766572792d536f6c7574696f6e2e737667" alt="Stars"&gt;&lt;/a&gt;
&lt;a href="https://github.com/Ninjas-Code-official/Enatega-Multivendor-Food-Delivery-Solution/network/members" rel="noopener noreferrer"&gt;&lt;img src="https://camo.githubusercontent.com/7b4241c437b8c5f3448ac40a6198d3b5710f2733a2615a06c778ff6b3a329831/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f666f726b732f4e696e6a61732d436f64652d6f6666696369616c2f456e61746567612d4d756c746976656e646f722d466f6f642d44656c69766572792d536f6c7574696f6e2e737667" alt="Forks"&gt;&lt;/a&gt;
&lt;a rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/d7b0d90f55743ba66a529ccb589b51afd56cc654088312fe57a4d57e5111f1b2/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f4e696e6a61732d436f64652d6f6666696369616c2f456e61746567612d4d756c746976656e646f722d466f6f642d44656c69766572792d536f6c7574696f6e"&gt;&lt;img src="https://camo.githubusercontent.com/d7b0d90f55743ba66a529ccb589b51afd56cc654088312fe57a4d57e5111f1b2/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f4e696e6a61732d436f64652d6f6666696369616c2f456e61746567612d4d756c746976656e646f722d466f6f642d44656c69766572792d536f6c7574696f6e" alt="GitHub release (latest by date)"&gt;&lt;/a&gt;
&lt;a href="https://github.com/Ninjas-Code-official/Enatega-Multivendor-Food-Delivery-Solution/graphs/contributors" rel="noopener noreferrer"&gt;&lt;img src="https://camo.githubusercontent.com/0a4513888089e39112a2d337ae0ddafb977ea8e3d8718ef82c0e8e627a776770/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f636f6e7472696275746f72732f4e696e6a61732d436f64652d6f6666696369616c2f456e61746567612d4d756c746976656e646f722d466f6f642d44656c69766572792d536f6c7574696f6e" alt="GitHub contributors"&gt;&lt;/a&gt;
&lt;a href="https://github.com/Ninjas-Code-official/Enatega-Multivendor-Food-Delivery-Solution/pulls" rel="noopener noreferrer"&gt;&lt;img src="https://camo.githubusercontent.com/f49cab8c17aba2a3052b15a8b14fc4a02bc7983c6ffbbc06ff6224749dd17ab5/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732d70722d7261772f4e696e6a61732d436f64652d6f6666696369616c2f456e61746567612d4d756c746976656e646f722d466f6f642d44656c69766572792d536f6c7574696f6e2e737667" alt="Open Pull Requests"&gt;&lt;/a&gt;
&lt;a href="https://github.com/Ninjas-Code-official/Enatega-Multivendor-Food-Delivery-Solution/commits/main" rel="noopener noreferrer"&gt;&lt;img src="https://camo.githubusercontent.com/c3f6b41b5a5ff6146d04a859db042f7eff59fcfaf1e5c5261822f8b12dacf477/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6173742d636f6d6d69742f4e696e6a61732d436f64652d6f6666696369616c2f456e61746567612d4d756c746976656e646f722d466f6f642d44656c69766572792d536f6c7574696f6e2e737667" alt="Activity"&gt;&lt;/a&gt;
&lt;a href="https://www.youtube.com/@ninjascode509" rel="nofollow noopener noreferrer"&gt;&lt;img src="https://camo.githubusercontent.com/6b8fdbe6afddd19f67e3065dce2bd2a20a798fa3c0a18233a77a51e08e548725/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f57617463685f75732d596f75747562652d726564" alt="YouTube Channel"&gt;&lt;/a&gt;
&lt;a href="https://enatega.com" rel="nofollow noopener noreferrer"&gt;&lt;img src="https://camo.githubusercontent.com/f0c8d402c4d916d191924ce785ec012804ac8e940a7c159e6a91a86316af095f/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f56697369745f75732d576562736974652d626c7565" alt="Company Website"&gt;&lt;/a&gt;
&lt;a href="https://github.com/Ninjas-Code-official/Enatega-Multivendor-Food-Delivery-Solution/issues?q=is%3Aissue+is%3Aclosed" rel="noopener noreferrer"&gt;&lt;img src="https://camo.githubusercontent.com/0211f60f902429f426c0d8824b6248f3e37496ebf129d5345175c8d0738cfaea/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732d636c6f7365642f4e696e6a61732d436f64652d6f6666696369616c2f456e61746567612d4d756c746976656e646f722d466f6f642d44656c69766572792d536f6c7574696f6e3f636f6c6f723d73756363657373" alt="Closed Issues"&gt;&lt;/a&gt;
&lt;a href="https://github.com/Ninjas-Code-official/Enatega-Multivendor-Food-Delivery-Solution/pulls?q=is%3Apr+is%3Aclosed" rel="noopener noreferrer"&gt;&lt;img src="https://camo.githubusercontent.com/ac7c5a1782317783c40f67595dfb24c271139cb15cbd379abe5e1a255bbe72e9/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f436c6f73656425323050756c6c25323052657175657374732d566965772532306f6e2532304769744875622d626c75652e737667" alt="Closed Pull Requests"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;p&gt;&lt;a href="https://www.facebook.com/enatega" rel="nofollow noopener noreferrer"&gt;&lt;img src="https://camo.githubusercontent.com/9a3e16e21a440337facc9c8000f098299a8f14352633a3f284793560fa4a581d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f66616365626f6f6b2d626c75653f6c6f676f3d66616365626f6f6b266c6f676f436f6c6f723d426c756526636f6c6f723d253233666266626662" alt="Static Badge"&gt;&lt;/a&gt;
&lt;a href="https://www.instagram.com/enatega.nb/" rel="nofollow noopener noreferrer"&gt;&lt;img src="https://camo.githubusercontent.com/81c51fc108dcbc0674ccdc564dd518ad078085640a67f98deed4b4c521838faa/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f496e7374616772616d2d626c75653f6c6f676f3d696e7374616772616d266c6f676f436f6c6f723d44383135424526636f6c6f723d253233666366636663" alt="Static Badge"&gt;&lt;/a&gt;
&lt;a href="https://twitter.com/EnategaA" rel="nofollow noopener noreferrer"&gt;&lt;img src="https://camo.githubusercontent.com/7b79368ef4dc92548daa707793c11b9fae972e79b4676cac3d5f12d4a77c7a7c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f547769747465722d626c75653f6c6f676f3d54776974746572266c6f676f436f6c6f723d626c756526636f6c6f723d253233666366636663" alt="Static Badge"&gt;&lt;/a&gt;
&lt;a href="https://www.linkedin.com/company/14583783/" rel="nofollow noopener noreferrer"&gt;&lt;img src="https://camo.githubusercontent.com/6b1a09ed29ea8b2194197eb1e9499f9b1ba5efbb9c5ff0e5612591c3fa649ee7/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c696e6b6564496e2d626c75653f6c6f676f3d4c696e6b6564496e266c6f676f436f6c6f723d6461726b626c756526636f6c6f723d253233666366636663" alt="Static Badge"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div&gt;
  &lt;a href="https://www.youtube.com/watch?v=00voqzkFpHU" rel="nofollow noopener noreferrer"&gt;
    &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fgithub.com%2Fenatega%2Ffood-delivery-multivendor.%2Fassets%2Fthumbnail.webp" alt="Demo video"&gt;
  &lt;/a&gt;
&lt;/div&gt;
&lt;br&gt;
&lt;p&gt;The Enatega Multi vendor food delivery system is perfect for customers looking to deploy a readymade and easy to use food ordering platform for their own food delivery and logistics business. Just like foodpanda and ubereats, our food delivery system can incorporate multiple restaurants as well as restaurants that operate in multiple locations. With access to the admin panel and separate applications for customers and riders, you can use this solution to create your own online food ordering and order/delivery management system instantaneously.&lt;/p&gt;
&lt;p&gt;Our solution is open source but the backend and API are proprietary, and can be obtained via paid license.&lt;/p&gt;

&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;⏩ Quick Links&lt;/h2&gt;
&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/enatega/food-delivery-multivendor#heading-1" rel="noopener noreferrer"&gt;📖 What is included&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/enatega/food-delivery-multivendor#heading-2" rel="noopener noreferrer"&gt;🚀 Features&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/enatega/food-delivery-multivendor#heading-3" rel="noopener noreferrer"&gt;🔧 Setup&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/enatega/food-delivery-multivendor#heading-4" rel="noopener noreferrer"&gt;⚙️ Prerequisites&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/enatega/food-delivery-multivendor#heading-5" rel="noopener noreferrer"&gt;💻 Technologies&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/enatega/food-delivery-multivendor#heading-6" rel="noopener noreferrer"&gt;📷 Screenshots&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/enatega/food-delivery-multivendor#heading-7" rel="noopener noreferrer"&gt;📐 High Level Architecture&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/enatega/food-delivery-multivendor#heading-8" rel="noopener noreferrer"&gt;📃 Documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/enatega/food-delivery-multivendor#heading-14" rel="noopener noreferrer"&gt;🎥 Demo Videos&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/enatega/food-delivery-multivendor#heading-9" rel="noopener noreferrer"&gt;🎮 Demos&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/enatega/food-delivery-multivendor#heading-10" rel="noopener noreferrer"&gt;👥 Contributors&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/enatega/food-delivery-multivendor#heading-12" rel="noopener noreferrer"&gt;⚠️ Disclaimer&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;…&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
  &lt;/div&gt;
  &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/enatega/food-delivery-multivendor" rel="noopener noreferrer"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;


&lt;p&gt;&lt;strong&gt;Stars: 992&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Enatega is a full-stack open source food delivery solution designed for startups and enterprises alike. It offers three apps out of the box (Customer, Restaurant, Driver) along with an Admin Panel.&lt;br&gt;
Key Features: Multi-vendor support, delivery zone management, multiple payment gateways, white-label customization.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Why It Stands Out&lt;/strong&gt;: Enatega is one of the few open source options that can also function as a white-label SaaS alternative. It provides both source code ownership and ready-to-launch deployments.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Ideal For&lt;/strong&gt;: Startups who want to own and scale their platform without being locked into high SaaS fees.&lt;/p&gt;
&lt;h2&gt;
  
  
  2. OpenEats
&lt;/h2&gt;


&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fassets.dev.to%2Fassets%2Fgithub-logo-5a155e1f9a670af7944dd5e12375bc76ed542ea80224905ecaf878b9157cdefc.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/open-eats" rel="noopener noreferrer"&gt;
        open-eats
      &lt;/a&gt; / &lt;a href="https://github.com/open-eats/OpenEats" rel="noopener noreferrer"&gt;
        OpenEats
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      🍕 Self Hosted Recipe Management App 🍔 
    &lt;/h3&gt;
  &lt;/div&gt;
  &lt;div class="ltag-github-body"&gt;
    
&lt;div id="readme" class="md"&gt;
&lt;div class="markdown-heading"&gt;
&lt;h1 class="heading-element"&gt;OpenEats Project&lt;/h1&gt;
&lt;/div&gt;
&lt;p&gt;OpenEats is a recipe management site that allows users to create, share, and store their personal collection of recipes. This fork uses Django Rest Framework as a backend and React (with flux) as a front end.&lt;/p&gt;
&lt;p&gt;The usage for the app is intended for a single user or a small group. For my personal use, I would be an admin user and a few (about 5-6) friends and family would be normal users. Admin users can add other users to the project (no open sign-ups), make changes to the available Cuisines and Courses, and add to the homepage banner. Normal users just have the ability to add recipes. Below are a few of the core features the app provides.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Creating, viewing, sharing, and editing recipes.&lt;/li&gt;
&lt;li&gt;Update Serving information on the fly.&lt;/li&gt;
&lt;li&gt;Browsing and searching for recipes.&lt;/li&gt;
&lt;li&gt;Creating grocery lists.&lt;/li&gt;
&lt;li&gt;Automatically add recipes to your grocery lists.&lt;/li&gt;
&lt;li&gt;Quickly print…&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
  &lt;/div&gt;
  &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/open-eats/OpenEats" rel="noopener noreferrer"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;


&lt;p&gt;&lt;strong&gt;Stars: 690&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;OpenEats is a community-driven food delivery and recipe management platform. While it’s not as full-featured as commercial-grade software, it’s a solid base for experimenting with ordering and menu management.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Key Features&lt;/strong&gt;: Recipe sharing, menu management, ordering functionality.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Ideal For&lt;/strong&gt;: Developers who want to experiment with the technical side of delivery apps.&lt;/p&gt;

&lt;h2&gt;
  
  
  3. TastyIgniter
&lt;/h2&gt;


&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fassets.dev.to%2Fassets%2Fgithub-logo-5a155e1f9a670af7944dd5e12375bc76ed542ea80224905ecaf878b9157cdefc.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/tastyigniter" rel="noopener noreferrer"&gt;
        tastyigniter
      &lt;/a&gt; / &lt;a href="https://github.com/tastyigniter/TastyIgniter" rel="noopener noreferrer"&gt;
        TastyIgniter
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      🔥 Powerful, yet easy to use, open-source online ordering, table reservation and management system for restaurants
    &lt;/h3&gt;
  &lt;/div&gt;
  &lt;div class="ltag-github-body"&gt;
    
&lt;div id="readme" class="md"&gt;
&lt;p&gt;&lt;a href="https://tastyigniter" rel="nofollow noopener noreferrer"&gt;&lt;img src="https://camo.githubusercontent.com/bcf5ce8de898f5e845d2f2f877b9796796ea2f4ce4bdc9a92bcc4add72a20a30/68747470733a2f2f746173747969676e697465722e636f6d2f696d616765732f6c6f676f732f6c6f676f2d7061646465642e706e67" width="400"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;
&lt;a href="https://packagist.org/packages/tastyigniter/TastyIgniter" rel="nofollow noopener noreferrer"&gt;&lt;img src="https://camo.githubusercontent.com/44bb2dd6407438462d65a67ee4c3003deef3ea186d6137c6b0bc9a5bdaa8cc94/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f746173747969676e697465722f546173747949676e697465722e7376673f6c6162656c3d537461626c65267374796c653d666c61742d737175617265" alt="Stable"&gt;&lt;/a&gt;
&lt;a href="https://packagist.org/packages/tastyigniter/TastyIgniter" rel="nofollow noopener noreferrer"&gt;&lt;img src="https://camo.githubusercontent.com/fb5d4a813fefd7590293fca6cc1dc7ba0c44f2151338eee6d2d4004d75e9df5b/68747470733a2f2f706f7365722e707567782e6f72672f746173747969676e697465722f666c616d652f646f776e6c6f616473" alt="Total Downloads"&gt;&lt;/a&gt;
&lt;a href="https://github.com/tastyigniter/TastyIgniter/blob/master/LICENSE.txt" rel="noopener noreferrer"&gt;&lt;img src="https://camo.githubusercontent.com/1074d902676b004b9255bb4df2be0c4cbc4c41b712c7067d10e22cb6150a6480/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f746173747969676e697465722f546173747949676e697465722e7376673f6c6162656c3d4c6963656e7365267374796c653d666c61742d737175617265" alt="License"&gt;&lt;/a&gt;
&lt;a href="https://github.com/tastyigniter/TastyIgniter" title="PHP Versions Supported" rel="noopener noreferrer"&gt;&lt;img alt="PHP Versions Supported" src="https://camo.githubusercontent.com/74a0a1c6fa62221bcaae795eb33f3583b176c33673769c9d622051ec6044b732/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d382e33253230746f253230382e342d3737376262332e7376673f6c6f676f3d706870266c6f676f436f6c6f723d7768697465266c6162656c436f6c6f723d353535353535"&gt;&lt;/a&gt;
&lt;a href="https://translate.tastyigniter.com/engage/tastyigniter/" rel="nofollow noopener noreferrer"&gt;&lt;img src="https://camo.githubusercontent.com/abd1bd421c4a0f7c842116611189f6193ea7770dd2dd5c0bad14484984459231/68747470733a2f2f7472616e736c6174652e746173747969676e697465722e636f6d2f7769646765742f746173747969676e697465722f7376672d62616467652e737667" alt="Translate"&gt;&lt;/a&gt;
&lt;a href="https://twitter.com/TastyIgniter" rel="nofollow noopener noreferrer"&gt;&lt;img src="https://camo.githubusercontent.com/8d23574284ee66e89812cec30ca123f901de0a83d9994f5c1ec5d02a0a927e6e/68747470733a2f2f696d672e736869656c64732e696f2f747769747465722f666f6c6c6f772f546173747949676e697465722e7376673f6c6162656c3d466f6c6c6f77" alt="Twitter"&gt;&lt;/a&gt;
&lt;/p&gt;

&lt;p&gt;&lt;a href="https://tastyigniter.com/" rel="nofollow noopener noreferrer"&gt;TastyIgniter&lt;/a&gt; provides a professional and reliable platform for restaurants wanting to offer
online food ordering and table reservation to their customers.&lt;/p&gt;
&lt;p&gt;&lt;a rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/fa9be08857f7974bb163455cbf68d792931de8d3d324b7981e049d212019dba3/68747470733a2f2f746173747969676e697465722e636f6d2f696d616765732f6d6f636b7570732f76342f4d656e75732e706e67"&gt;&lt;img src="https://camo.githubusercontent.com/fa9be08857f7974bb163455cbf68d792931de8d3d324b7981e049d212019dba3/68747470733a2f2f746173747969676e697465722e636f6d2f696d616765732f6d6f636b7570732f76342f4d656e75732e706e67" alt="screenshot"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;div class="markdown-heading"&gt;
&lt;h3 class="heading-element"&gt;Documentation&lt;/h3&gt;
&lt;/div&gt;
&lt;p&gt;The best place to learn TastyIgniter is by reading the &lt;a href="https://tastyigniter.com/docs" rel="nofollow noopener noreferrer"&gt;documentation&lt;/a&gt;&lt;/p&gt;
&lt;div class="markdown-heading"&gt;
&lt;h3 class="heading-element"&gt;Installation&lt;/h3&gt;
&lt;/div&gt;
&lt;p&gt;Please read the &lt;a href="https://tastyigniter.com/docs/installation" rel="nofollow noopener noreferrer"&gt;Installation Guide&lt;/a&gt; for more information.&lt;/p&gt;
&lt;div class="markdown-heading"&gt;
&lt;h3 class="heading-element"&gt;Questions&lt;/h3&gt;
&lt;/div&gt;
&lt;p&gt;For questions and support please use the &lt;a href="https://forum.tastyigniter.com" rel="nofollow noopener noreferrer"&gt;Community Forum&lt;/a&gt; or &lt;a href="https://tastyigniter.com/discord" rel="nofollow noopener noreferrer"&gt;Join us on Discord&lt;/a&gt;.&lt;/p&gt;
&lt;div class="markdown-heading"&gt;
&lt;h3 class="heading-element"&gt;Issues&lt;/h3&gt;

&lt;/div&gt;
&lt;p&gt;Please report bugs using the &lt;a href="https://github.com/tastyigniter/TastyIgniter/issues" rel="noopener noreferrer"&gt;GitHub issue tracker&lt;/a&gt;&lt;/p&gt;
&lt;div class="markdown-heading"&gt;
&lt;h3 class="heading-element"&gt;Stay in touch&lt;/h3&gt;

&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://twitter.com/tastyigniter/" rel="nofollow noopener noreferrer"&gt;Follow us on Twitter&lt;/a&gt; for announcements and updates.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://tastyigniter.com/blog" rel="nofollow noopener noreferrer"&gt;Blog&lt;/a&gt; for tips and latest developments in the food industry.&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;Contributing&lt;/h2&gt;

&lt;/div&gt;
&lt;p&gt;We would love your help building TastyIgniter! Please read the &lt;a href="https://github.com/tastyigniter/TastyIgniter.github/CONTRIBUTING.md" rel="noopener noreferrer"&gt;Contributing Guidelines&lt;/a&gt; to learn how you can help.&lt;/p&gt;
&lt;p&gt;Thank you to all the people who already contributed to TastyIgniter!&lt;/p&gt;
&lt;p&gt;&lt;a href="https://github.com/tastyigniter/TastyIgniter/graphs/contributors" rel="noopener noreferrer"&gt;&lt;img src="https://camo.githubusercontent.com/dfaca2010343d303c7abc669d4ae1742041987f710fd3c2a9a911ec85caa394f/68747470733a2f2f6f70656e636f6c6c6563746976652e636f6d2f746173747969676e697465722f636f6e7472696275746f72732e7376673f77696474683d38393026627574746f6e3d66616c7365"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;Supporting TastyIgniter&lt;/h2&gt;

&lt;/div&gt;
&lt;p&gt;TastyIgniter is an MIT-licensed community-driven project with its continuous development made possible by the support of these awesome &lt;a href="https://github.com/tastyigniter/TastyIgniter#contributing" rel="noopener noreferrer"&gt;backers&lt;/a&gt;. If you'd like to help support the future of the…&lt;/p&gt;
&lt;/div&gt;
  &lt;/div&gt;
  &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/tastyigniter/TastyIgniter" rel="noopener noreferrer"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;


&lt;p&gt;&lt;strong&gt;Stars: 3.3k&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;TastyIgniter is an open source restaurant ordering system built on Laravel. It supports delivery, table reservations, and point-of-sale extensions.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Key Features&lt;/strong&gt;: Restaurant management, online ordering, customizable themes.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Ideal For&lt;/strong&gt;: Restaurants that want to control their own online ordering system.&lt;/p&gt;

&lt;h2&gt;
  
  
  4.FoodSoft
&lt;/h2&gt;


&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fassets.dev.to%2Fassets%2Fgithub-logo-5a155e1f9a670af7944dd5e12375bc76ed542ea80224905ecaf878b9157cdefc.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/foodcoops" rel="noopener noreferrer"&gt;
        foodcoops
      &lt;/a&gt; / &lt;a href="https://github.com/foodcoops/foodsoft" rel="noopener noreferrer"&gt;
        foodsoft
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      Web-based software to manage a non-profit food coop (product catalog, ordering, accounting, job scheduling).
    &lt;/h3&gt;
  &lt;/div&gt;
  &lt;div class="ltag-github-body"&gt;
    
&lt;div id="readme" class="md"&gt;
&lt;div class="markdown-heading"&gt;
&lt;h1 class="heading-element"&gt;Foodsoft&lt;/h1&gt;
&lt;/div&gt;
&lt;p&gt;&lt;a href="https://github.com/foodcoops/foodsoft/actions" rel="noopener noreferrer"&gt;&lt;img src="https://github.com/foodcoops/foodsoft/workflows/Ruby/badge.svg" alt="Build Status"&gt;&lt;/a&gt;
&lt;a href="https://coveralls.io/r/foodcoops/foodsoft?branch=master" rel="nofollow noopener noreferrer"&gt;&lt;img src="https://camo.githubusercontent.com/e31d7f8c80bcfdc85e2967593a4daf274ce9e44be76629cc892588b57cf822fe/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f666f6f64636f6f70732f666f6f64736f66742f62616467652e7376673f6272616e63683d6d6173746572" alt="Coverage Status"&gt;&lt;/a&gt;
&lt;a href="http://inch-ci.org/github/foodcoops/foodsoft" rel="nofollow noopener noreferrer"&gt;&lt;img src="https://camo.githubusercontent.com/154127919a902b3075130af9d25471513bf1d05e44d5a0cbb91b8a49ac938dcf/68747470733a2f2f696e63682d63692e6f72672f6769746875622f666f6f64636f6f70732f666f6f64736f66742e7376673f6272616e63683d6d6173746572" alt="Docs Status"&gt;&lt;/a&gt;
&lt;a href="https://codeclimate.com/github/foodcoops/foodsoft" rel="nofollow noopener noreferrer"&gt;&lt;img src="https://camo.githubusercontent.com/a0d0268398edbffe53d1bc632e4d8b932c27e2806d3bedf7b805ed92d0f2d422/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f666f6f64636f6f70732f666f6f64736f66742e737667" alt="Code Climate"&gt;&lt;/a&gt;
&lt;a href="https://hub.docker.com/r/foodcoops/foodsoft" rel="nofollow noopener noreferrer"&gt;&lt;img src="https://camo.githubusercontent.com/0ac838fc4631fcadacc25d75f03560f334e601ddf48403c5bbc1256829ce40de/68747470733a2f2f696d672e736869656c64732e696f2f646f636b65722f636c6f75642f6275696c642f666f6f64636f6f70732f666f6f64736f66742e737667" alt="Docker Status"&gt;&lt;/a&gt;
&lt;a href="http://rubydoc.info/github/foodcoops/foodsoft" rel="nofollow noopener noreferrer"&gt;&lt;img src="https://camo.githubusercontent.com/0c7f5decd742485a9f38e97ef6d44a10f519ec7570b8082d234dc2548df2cb3f/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f796172642d646f63732d626c75652e737667" alt="Documentation"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Web-based software to manage a non-profit food coop (product catalog, ordering, accounting, job scheduling).&lt;/p&gt;
&lt;p&gt;A food cooperative is a group of people that buy food from suppliers of their own choosing. A collective do-it-yourself supermarket. Members  order their products online and collect them on a specified day. And all put in a bit of work to make that possible. Foodsoft facilitates the process.&lt;/p&gt;
&lt;p&gt;If you're a food coop considering to use foodsoft, please have a look at the &lt;a href="https://github.com/foodcoops/foodsoft/wiki/For-foodcoops" rel="noopener noreferrer"&gt;wiki page for foodcoops&lt;/a&gt;. When you'd like to experiment with or develop foodsoft, you can read &lt;a href="https://github.com/foodcoops/foodsoft/blob/master/doc/SETUP_DEVELOPMENT.md" rel="noopener noreferrer"&gt;how to set it up&lt;/a&gt; on your own computer.&lt;/p&gt;
&lt;p&gt;More information about using this software and contributing can be found on the &lt;a href="https://github.com/foodcoops/foodsoft/wiki" rel="noopener noreferrer"&gt;wiki&lt;/a&gt;.&lt;/p&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;Roadmap&lt;/h2&gt;
&lt;/div&gt;
&lt;p&gt;If you'd like to see what is currently bring prioritised for development, check &lt;a href="https://github.com/orgs/foodcoops/projects/1" rel="noopener noreferrer"&gt;our roadmap&lt;/a&gt;. If you'd like to influence the roadmap, please join our &lt;a href="https://forum.foodcoops.net/t/foodsoft-monthly-community-call/573/6" rel="nofollow noopener noreferrer"&gt;monthly community call&lt;/a&gt;…&lt;/p&gt;
&lt;/div&gt;
  &lt;/div&gt;
  &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/foodcoops/foodsoft" rel="noopener noreferrer"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;


&lt;p&gt;&lt;strong&gt;Stars: 340&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;FoodSoft is a web-based software designed for food coops but has been adapted by some developers for delivery systems. It manages orders, suppliers, and member payments.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Key Features&lt;/strong&gt;: Group ordering, supplier management, cooperative features.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Ideal For&lt;/strong&gt;: Community-driven food delivery collectives.&lt;/p&gt;

&lt;h2&gt;
  
  
  5. Deliverzler
&lt;/h2&gt;


&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fassets.dev.to%2Fassets%2Fgithub-logo-5a155e1f9a670af7944dd5e12375bc76ed542ea80224905ecaf878b9157cdefc.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/AhmedLSayed9" rel="noopener noreferrer"&gt;
        AhmedLSayed9
      &lt;/a&gt; / &lt;a href="https://github.com/AhmedLSayed9/deliverzler" rel="noopener noreferrer"&gt;
        deliverzler
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      Delivery App for Restaurants built on Flutter using Domain-Driven Design (DDD) and Layered Architecture along with Riverpod Framework.
    &lt;/h3&gt;
  &lt;/div&gt;
  &lt;div class="ltag-github-body"&gt;
    
&lt;div id="readme" class="md"&gt;
&lt;div class="markdown-heading"&gt;
&lt;h1 class="heading-element"&gt;Deliverzler&lt;/h1&gt;
&lt;/div&gt;
&lt;p&gt;An open-source Delivery App for Restaurants built on Flutter using Domain-Driven Design (DDD) and
Layered Architecture along with Riverpod Framework, Firebase as backend, Navigation 2.0 (GoRouter)
Google Maps, Live Tracking, Local Notifications, FCM Notifications, Cloud Functions, Flutter Hooks
Freezed, RxDart, FpDart and more.&lt;/p&gt;
&lt;div class="markdown-heading"&gt;
&lt;h3 class="heading-element"&gt;Architecture Diagram:&lt;/h3&gt;

&lt;/div&gt;
&lt;p&gt;
    &lt;a rel="noopener noreferrer" href="https://github.com/AhmedLSayed9/deliverzler/.github/images/architecture_diagram.png"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fgithub.com%2FAhmedLSayed9%2Fdeliverzler%2F.github%2Fimages%2Farchitecture_diagram.png" alt="Image" width="600"&gt;&lt;/a&gt;
&lt;/p&gt;

&lt;div class="markdown-heading"&gt;
&lt;h3 class="heading-element"&gt;Folder Structure:&lt;/h3&gt;

&lt;/div&gt;

&lt;ul&gt;
&lt;li&gt;lib
&lt;ul&gt;
&lt;li&gt;features
&lt;ul&gt;
&lt;li&gt;feature1
&lt;ul&gt;
&lt;li&gt;presentation
&lt;ul&gt;
&lt;li&gt;screens&lt;/li&gt;
&lt;li&gt;components&lt;/li&gt;
&lt;li&gt;providers (all providers that have observable state used by the view)&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;

&lt;li&gt;domain

&lt;ul&gt;
&lt;li&gt;entities, aggregates and value objects&lt;/li&gt;
&lt;li&gt;services (encapsulate application and business logic, if any)&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;

&lt;li&gt;infrastructure

&lt;ul&gt;
&lt;li&gt;repos and facades&lt;/li&gt;
&lt;li&gt;dtos&lt;/li&gt;
&lt;li&gt;data_sources&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;

&lt;/ul&gt;

&lt;/li&gt;

&lt;/ul&gt;

&lt;/li&gt;

&lt;/ul&gt;

&lt;/li&gt;

&lt;/ul&gt;

&lt;p&gt;&lt;em&gt;Note&lt;/em&gt;: This is my current approach and architecture. In addition, the repository includes other
branches that implement TDD and Clean Architecture approach if you're interested:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;clean-arch branch: TDD and Clean Architecture approach using Riverpod 2.0 with code generation.&lt;/li&gt;
&lt;li&gt;clean-arch-no-code-gen branch: TDD and Clean Architecture approach using Riverpod 2.0 without code
generation.&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;ScreenShots&lt;/h2&gt;

&lt;/div&gt;
&lt;p&gt;
    &lt;a rel="noopener noreferrer" href="https://github.com/AhmedLSayed9/deliverzler/.github/images/ss_01.png"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fgithub.com%2FAhmedLSayed9%2Fdeliverzler%2F.github%2Fimages%2Fss_01.png" alt="Image" width="600"&gt;&lt;/a&gt;
    &lt;a rel="noopener noreferrer" href="https://github.com/AhmedLSayed9/deliverzler/.github/images/ss_02.png"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fgithub.com%2FAhmedLSayed9%2Fdeliverzler%2F.github%2Fimages%2Fss_02.png" alt="Image" width="600"&gt;&lt;/a&gt;
    &lt;a rel="noopener noreferrer" href="https://github.com/AhmedLSayed9/deliverzler/.github/images/ss_03.png"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fgithub.com%2FAhmedLSayed9%2Fdeliverzler%2F.github%2Fimages%2Fss_03.png" alt="Image" width="600"&gt;&lt;/a&gt;
    &lt;a rel="noopener noreferrer" href="https://github.com/AhmedLSayed9/deliverzler/.github/images/ss_04.png"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fgithub.com%2FAhmedLSayed9%2Fdeliverzler%2F.github%2Fimages%2Fss_04.png" alt="Image" width="600"&gt;&lt;/a&gt;
    &lt;a rel="noopener noreferrer" href="https://github.com/AhmedLSayed9/deliverzler/.github/images/ss_05.png"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fgithub.com%2FAhmedLSayed9%2Fdeliverzler%2F.github%2Fimages%2Fss_05.png" alt="Image" width="600"&gt;&lt;/a&gt;
    &lt;a rel="noopener noreferrer" href="https://github.com/AhmedLSayed9/deliverzler/.github/images/ss_06.png"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fgithub.com%2FAhmedLSayed9%2Fdeliverzler%2F.github%2Fimages%2Fss_06.png" alt="Image" width="600"&gt;&lt;/a&gt;
    &lt;a rel="noopener noreferrer" href="https://github.com/AhmedLSayed9/deliverzler/.github/images/ss_07.png"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fgithub.com%2FAhmedLSayed9%2Fdeliverzler%2F.github%2Fimages%2Fss_07.png" alt="Image" width="600"&gt;&lt;/a&gt;
    &lt;a rel="noopener noreferrer" href="https://github.com/AhmedLSayed9/deliverzler/.github/images/ss_08.png"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fgithub.com%2FAhmedLSayed9%2Fdeliverzler%2F.github%2Fimages%2Fss_08.png" alt="Image" width="600"&gt;&lt;/a&gt;
&lt;/p&gt;

&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;Instructions to run the project&lt;/h2&gt;

&lt;/div&gt;


&lt;ol&gt;

&lt;li&gt;Create Firebase project and add it to…&lt;/li&gt;

&lt;/ol&gt;
&lt;/div&gt;
&lt;br&gt;
  &lt;/div&gt;
&lt;br&gt;
  &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/AhmedLSayed9/deliverzler" rel="noopener noreferrer"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;br&gt;
&lt;/div&gt;
&lt;br&gt;


&lt;p&gt;&lt;strong&gt;Stars: 690&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;A Flutter-based, layered architecture delivery app with live tracking and Firebase backend.&lt;br&gt;
Great for building modern, clean, mobile-first delivery experiences.&lt;/p&gt;
&lt;h2&gt;
  
  
  6. Flutter-Based Food Delivery App (lambertf917)
&lt;/h2&gt;


&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fassets.dev.to%2Fassets%2Fgithub-logo-5a155e1f9a670af7944dd5e12375bc76ed542ea80224905ecaf878b9157cdefc.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/lambertf917" rel="noopener noreferrer"&gt;
        lambertf917
      &lt;/a&gt; / &lt;a href="https://github.com/lambertf917/flutter-based-food-delivery-app" rel="noopener noreferrer"&gt;
        flutter-based-food-delivery-app
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      Flutter based food delivery app is a fully realized and customizable food delivery application that is an all-in-one solution for managing orders and deliveries. Check out our product page for more information.
    &lt;/h3&gt;
  &lt;/div&gt;
  &lt;div class="ltag-github-body"&gt;
    
&lt;div id="readme" class="md"&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;Flutter based Food Delivery App&lt;/h2&gt;

&lt;/div&gt;
&lt;br&gt;&lt;br&gt;
&lt;p&gt;&lt;a rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/c11c5dc8ad73955a545319925fb648ccfa55e015f50bc8709c8432326e8293f1/68747470733a2f2f61646d696e2e6e696e6a6173636f64652e636f6d2f77702d636f6e74656e742f75706c6f6164732f323032352f30312f312d7363616c65642e77656270"&gt;&lt;img src="https://camo.githubusercontent.com/c11c5dc8ad73955a545319925fb648ccfa55e015f50bc8709c8432326e8293f1/68747470733a2f2f61646d696e2e6e696e6a6173636f64652e636f6d2f77702d636f6e74656e742f75706c6f6164732f323032352f30312f312d7363616c65642e77656270" alt="flutter-food-delivery-app"&gt;&lt;/a&gt;  &lt;br&gt; &lt;br&gt; The flutter based food delivery app frontend source code for our solution is completely open source. However, the API and backend is proprietary and can be accessed via a paid license. For more details, &lt;a href="https://enatega.com/?utm_source=github&amp;amp;utm_medium=repo&amp;amp;utm_campaign=lambert-flutter-based-food-delivery-app" rel="nofollow noopener noreferrer"&gt;click here.&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;



&lt;/div&gt;
&lt;br&gt;
  &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/lambertf917/flutter-based-food-delivery-app" rel="noopener noreferrer"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;br&gt;
&lt;/div&gt;
&lt;br&gt;


&lt;p&gt;Flutter app ready for food ordering and delivery. Backend is proprietary.&lt;br&gt;
Ideal for frontend developers focused on UI and interactions.&lt;/p&gt;
&lt;h2&gt;
  
  
  7. Complete Food Delivery App (helloharendra)
&lt;/h2&gt;


&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fassets.dev.to%2Fassets%2Fgithub-logo-5a155e1f9a670af7944dd5e12375bc76ed542ea80224905ecaf878b9157cdefc.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/helloharendra" rel="noopener noreferrer"&gt;
        helloharendra
      &lt;/a&gt; / &lt;a href="https://github.com/helloharendra/Complete-Food-Delivery-App-Flutter" rel="noopener noreferrer"&gt;
        Complete-Food-Delivery-App-Flutter
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      A Complete Food Delivery Flutter App with Admin web portal. bacsically it contains (rider app,seller app and user app with super admin web portal) 
    &lt;/h3&gt;
  &lt;/div&gt;
  &lt;div class="ltag-github-body"&gt;
    
&lt;div id="readme" class="md"&gt;
&lt;div class="markdown-heading"&gt;
&lt;h1 class="heading-element"&gt;Complete Food Delivery App&lt;/h1&gt;
&lt;/div&gt;
&lt;p&gt;&lt;a rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/817e7d37c3899471888e10549bec8cf0f1de9c62c0efeed3315aa414c24a5eca/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f466c75747465722d2532333032353639422e7376673f7374796c653d666f722d7468652d6261646765266c6f676f3d466c7574746572266c6f676f436f6c6f723d7768697465"&gt;&lt;img src="https://camo.githubusercontent.com/817e7d37c3899471888e10549bec8cf0f1de9c62c0efeed3315aa414c24a5eca/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f466c75747465722d2532333032353639422e7376673f7374796c653d666f722d7468652d6261646765266c6f676f3d466c7574746572266c6f676f436f6c6f723d7768697465" alt="Flutter"&gt;&lt;/a&gt;&lt;/p&gt;
 &lt;br&gt;
 A Complete Food Delivery Flutter App with Admin web portal. basically it contains (rider app,seller app and user app with super admin web portal)
&lt;div class="markdown-heading"&gt;
&lt;h1 class="heading-element"&gt;I-Eat-Delivery-App-Flutter&lt;/h1&gt;
&lt;/div&gt;
&lt;p&gt;This is a mobile application developed using Flutter that allows users to order food from various restaurants for delivery.&lt;/p&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;Features&lt;/h2&gt;

&lt;/div&gt;
&lt;div class="markdown-heading"&gt;
&lt;h3 class="heading-element"&gt;This project contains following apps and web application.&lt;/h3&gt;

&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;Seller App&lt;/li&gt;
&lt;li&gt;User App&lt;/li&gt;
&lt;li&gt;Rider App&lt;/li&gt;
&lt;li&gt;Admin web Portal&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;Seller App&lt;/h2&gt;

&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;Seller registration and authentication&lt;/li&gt;
&lt;li&gt;Manage Profile&lt;/li&gt;
&lt;li&gt;Browse restaurants and menus&lt;/li&gt;
&lt;li&gt;Add Menu and Menu Items&lt;/li&gt;
&lt;li&gt;Delete Menu and Menu Items&lt;/li&gt;
&lt;li&gt;Accept Order&lt;/li&gt;
&lt;li&gt;Place orders for delivery&lt;/li&gt;
&lt;li&gt;Track order status&lt;/li&gt;
&lt;li&gt;Browse History&lt;/li&gt;
&lt;li&gt;Browse Total Earning&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;User App&lt;/h2&gt;

&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;User registration and authentication&lt;/li&gt;
&lt;li&gt;Browse restaurants and menus&lt;/li&gt;
&lt;li&gt;Add items to the cart&lt;/li&gt;
&lt;li&gt;Add Address(Live Location)&lt;/li&gt;
&lt;li&gt;Place orders for delivery&lt;/li&gt;
&lt;li&gt;Track order status&lt;/li&gt;
&lt;li&gt;Browse History&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;Rider App&lt;/h2&gt;

&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;Rider registration and authentication&lt;/li&gt;
&lt;li&gt;Manage Profile&lt;/li&gt;
&lt;li&gt;Browse New Orders&lt;/li&gt;
&lt;li&gt;Accept Order&lt;/li&gt;
&lt;li&gt;Browse Not Delivered Orders&lt;/li&gt;
&lt;li&gt;Browse To Be…&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
  &lt;/div&gt;
  &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/helloharendra/Complete-Food-Delivery-App-Flutter" rel="noopener noreferrer"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;


&lt;p&gt;Includes apps for users, riders, sellers, and a web-based admin portal.&lt;br&gt;
Great base for full-stack developers comfortable in Flutter and web environments.&lt;/p&gt;
&lt;h2&gt;
  
  
  8. BringApp
&lt;/h2&gt;


&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fassets.dev.to%2Fassets%2Fgithub-logo-5a155e1f9a670af7944dd5e12375bc76ed542ea80224905ecaf878b9157cdefc.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/taydinadnan" rel="noopener noreferrer"&gt;
        taydinadnan
      &lt;/a&gt; / &lt;a href="https://github.com/taydinadnan/BringApp-Delivery-service-app" rel="noopener noreferrer"&gt;
        BringApp-Delivery-service-app
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      Online food ordering and delivery platform flutter iOS &amp;amp; Android  Food Shop App with a Admin Web panel ,Working Clone application.
    &lt;/h3&gt;
  &lt;/div&gt;
  &lt;div class="ltag-github-body"&gt;
    
&lt;div id="readme" class="md"&gt;
&lt;p&gt;"Here's the latest update on my project; you can follow along at the link below:
&lt;a href="https://medium.com/@adnanturgayaydin/building-an-updated-bringapp-food-vendor-clone-app-with-flutter-1-seller-app-setup-796607d0f0d1" rel="nofollow noopener noreferrer"&gt;https://medium.com/@adnanturgayaydin/building-an-updated-bringapp-food-vendor-clone-app-with-flutter-1-seller-app-setup-796607d0f0d1&lt;/a&gt;
Building an Updated BringApp Food Vendor Clone App with Flutter."&lt;/p&gt;
&lt;p&gt;Let me know if you'd like any further adjustments!&lt;/p&gt;
&lt;div class="markdown-heading"&gt;
&lt;h1 class="heading-element"&gt;Users APP&lt;/h1&gt;

&lt;/div&gt;
&lt;p&gt;&lt;a rel="noopener noreferrer" href="https://github.com/taydinadnan/BringApp-Delivery-service-app/blob/main/users_food_app/ss/adnan%20APP.jpg?raw=true"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fgithub.com%2Ftaydinadnan%2FBringApp-Delivery-service-app%2Fraw%2Fmain%2Fusers_food_app%2Fss%2Fadnan%2520APP.jpg%3Fraw%3Dtrue" alt="alt text"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;div class="markdown-heading"&gt;
&lt;h1 class="heading-element"&gt;Sellers APP (restaurants app)&lt;/h1&gt;

&lt;/div&gt;
&lt;p&gt;&lt;a rel="noopener noreferrer" href="https://github.com/taydinadnan/BringApp-Delivery-service-app/blob/main/sellers_food_app/ss/adnan%20SELLERS.jpg?raw=true"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fgithub.com%2Ftaydinadnan%2FBringApp-Delivery-service-app%2Fraw%2Fmain%2Fsellers_food_app%2Fss%2Fadnan%2520SELLERS.jpg%3Fraw%3Dtrue" alt="alt text"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;div class="markdown-heading"&gt;
&lt;h1 class="heading-element"&gt;Riders APP&lt;/h1&gt;

&lt;/div&gt;
&lt;p&gt;&lt;a rel="noopener noreferrer" href="https://github.com/taydinadnan/BringApp-Delivery-service-app/blob/main/sellers_food_app/ss/adnan%20riders.jpg?raw=true"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fgithub.com%2Ftaydinadnan%2FBringApp-Delivery-service-app%2Fraw%2Fmain%2Fsellers_food_app%2Fss%2Fadnan%2520riders.jpg%3Fraw%3Dtrue" alt="alt text"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;div class="markdown-heading"&gt;
&lt;h1 class="heading-element"&gt;Admin Web Portal&lt;/h1&gt;

&lt;/div&gt;
&lt;p&gt;&lt;a rel="noopener noreferrer" href="https://github.com/taydinadnan/BringApp-Delivery-service-app/blob/main/bringapp_admin_web_portal/ss/adnan%20admin%20web%20panel.jpg?raw=true"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fgithub.com%2Ftaydinadnan%2FBringApp-Delivery-service-app%2Fraw%2Fmain%2Fbringapp_admin_web_portal%2Fss%2Fadnan%2520admin%2520web%2520panel.jpg%3Fraw%3Dtrue" alt="alt text"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;



&lt;/div&gt;
&lt;br&gt;
  &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/taydinadnan/BringApp-Delivery-service-app" rel="noopener noreferrer"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;br&gt;
&lt;/div&gt;
&lt;br&gt;


&lt;p&gt;A delivery-clone app built in Flutter with seller, rider, and web admin interfaces.&lt;br&gt;
Good starting point for building your app with proven structure.&lt;/p&gt;
&lt;h2&gt;
  
  
  9. Food Order App Flutter Firebase
&lt;/h2&gt;


&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fassets.dev.to%2Fassets%2Fgithub-logo-5a155e1f9a670af7944dd5e12375bc76ed542ea80224905ecaf878b9157cdefc.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/dineshxo" rel="noopener noreferrer"&gt;
        dineshxo
      &lt;/a&gt; / &lt;a href="https://github.com/dineshxo/food_order_app_flutter_firebase" rel="noopener noreferrer"&gt;
        food_order_app_flutter_firebase
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      Food ordering mobile application - Flutter, Firebase
    &lt;/h3&gt;
  &lt;/div&gt;
  &lt;div class="ltag-github-body"&gt;
    
&lt;div id="readme" class="md"&gt;
&lt;div class="markdown-heading"&gt;
&lt;h1 class="heading-element"&gt;🍔 Food Order App&lt;/h1&gt;
&lt;/div&gt;
&lt;p&gt;&lt;strong&gt;Food Order App&lt;/strong&gt; is a user-friendly mobile application designed to simplify the food ordering and delivery process. With this app, users can securely log into their accounts, browse a diverse menu of delicious food options, and place orders directly to their preferred location.&lt;/p&gt;
&lt;p&gt;&lt;a rel="noopener noreferrer" href="https://private-user-images.githubusercontent.com/95670930/342305074-4fa93755-f5f6-4c44-878d-f57ed70c1332.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NTY0NjQ0MjEsIm5iZiI6MTc1NjQ2NDEyMSwicGF0aCI6Ii85NTY3MDkzMC8zNDIzMDUwNzQtNGZhOTM3NTUtZjVmNi00YzQ0LTg3OGQtZjU3ZWQ3MGMxMzMyLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTA4MjklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwODI5VDEwNDIwMVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTQ2MGRmNzUxZGM0OGZiNTdjYzBmYTIyNWMwNTgxYzA2MDRhNTEzMjc3OGE2NGRhNDk2ZjhkNThiMzZkMTk1YTImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.4TzYR1l_GBaUnNf6ABbOL47wpDE-QPYpEoH1XIhV-yo"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fprivate-user-images.githubusercontent.com%2F95670930%2F342305074-4fa93755-f5f6-4c44-878d-f57ed70c1332.png%3Fjwt%3DeyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NTY0NjQ0MjEsIm5iZiI6MTc1NjQ2NDEyMSwicGF0aCI6Ii85NTY3MDkzMC8zNDIzMDUwNzQtNGZhOTM3NTUtZjVmNi00YzQ0LTg3OGQtZjU3ZWQ3MGMxMzMyLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTA4MjklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwODI5VDEwNDIwMVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTQ2MGRmNzUxZGM0OGZiNTdjYzBmYTIyNWMwNTgxYzA2MDRhNTEzMjc3OGE2NGRhNDk2ZjhkNThiMzZkMTk1YTImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.4TzYR1l_GBaUnNf6ABbOL47wpDE-QPYpEoH1XIhV-yo" alt="food_app"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;🚀 Features&lt;/h2&gt;
&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;🔒 &lt;strong&gt;User Authentication&lt;/strong&gt;: Secure login system that allows users to create and access their personal accounts.&lt;/li&gt;
&lt;li&gt;📋 &lt;strong&gt;Diverse Menu&lt;/strong&gt;: Extensive selection of food items from various cuisines, complete with detailed descriptions, images, and prices.&lt;/li&gt;
&lt;li&gt;🛒 &lt;strong&gt;Easy Ordering&lt;/strong&gt;: Intuitive interface for selecting and customizing food orders.&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;🛠️ Technologies Used&lt;/h2&gt;
&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;📱 Flutter&lt;/strong&gt;: For building a responsive and cross-platform mobile application.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;🔐 Firebase Authentication&lt;/strong&gt;: For secure and reliable user authentication.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;📂 Firebase Firestore&lt;/strong&gt;: For storing and retrieving food item images and other data efficiently.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;⚙️ Provider&lt;/strong&gt;: For state management, ensuring a smooth and efficient user experience.&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;📦&lt;/h2&gt;…&lt;/div&gt;
&lt;/div&gt;
  &lt;/div&gt;
  &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/dineshxo/food_order_app_flutter_firebase" rel="noopener noreferrer"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;


&lt;p&gt;Mobile food ordering app using Flutter and Firebase.&lt;br&gt;
Simplified yet practical starter for mobile-first pilots.&lt;/p&gt;

&lt;h2&gt;
  
  
  Final Thoughts
&lt;/h2&gt;

&lt;p&gt;Choosing the right open source food delivery platform depends on your vision, resources, and technical expertise.&lt;br&gt;
If you’re looking for something that balances flexibility, scalability, and ownership, Enatega is one of the most complete solutions available.&lt;/p&gt;

&lt;p&gt;Open source gives you freedom, but it also requires effort. The real advantage is that you can build exactly the platform you want, without being locked into restrictive SaaS fees.&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>webdev</category>
      <category>react</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
