> For the complete documentation index, see [llms.txt](https://lyoneat.gitbook.io/lyoneat-multivendor/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lyoneat.gitbook.io/lyoneat-multivendor/master.md).

# Introduction

### **Lyoneat Multivendor  - Foodpanda Clone**

![](/files/-MHpNtBSY3jEfjOxmmO9)

[Lyoneat Multivendor](http://lyoneat.com/) is a Multivendor food delivery full fledge solution for iOS, Android and Web for [dashboard](https://lyoneat.com/dashboard) and analytics using [Amplitude](https://docs.expo.io/versions/latest/sdk/amplitude/). We have made sure that you get a good design for mobile and dashboard application and a complete solution for you to easily implement this app for any restaurant application.

[React Native](https://github.com/facebook/react-native) with [Expo](https://expo.io) is used to build this application for mobile end. For dashboard panel React has been used. Both mobile and web use [Graphql](https://graphql.org/). For State management and querying end points [Apollo Client](https://github.com/apollographql/apollo-client) is used.  The API is made using [Node](https://nodejs.org/en/) with [Mongodb](https://www.mongodb.com/).

It has all the features that you will ever need to implement this application for any restaurant or some kind of food delivery application. Some of the features that are included in it are:

* [x] Push Notification for both Mobile and Web
* [x] Analytics Dashboard for Mobile app
* [x] Payment Integration for both Paypal and Stripe
* [x] Order tracking Feature
* [x] Email Integration -- Email is sent for some actions such as making Order
* [x] Rating and Review
* [x] Finding address using GPS integration
* [x] Facebook and Google Authentication integration
* [x] Mobile Responsive Dashboard
* [x] Multi Language Support using [Localization](https://docs.expo.io/versions/latest/sdk/localization/)&#x20;
* [x] Separate Rider App for orders management
* [x] Multiple food variation items
* [x] Separate Restaurant App for orders management
* [x] Multiple Restaurant adding feature
* [x] Zones functionality for Restaurants and Riders

We have made sure that the code is well structured and removed of unnecessary screens to make your development life easier. It is also integrated with the following features so you could have an even better development experience.&#x20;

* [x] [ESLint](https://eslint.org/) to provide you with linting capability in Javascript.
* [x] [Prettier](https://prettier.io/) for code formatting
* [x] [Jest](https://jestjs.io/) for unit testing&#x20;
* [x] [Husky ](https://github.com/typicode/husky)to prevent bad commits.&#x20;

## What will you have in Lyoneat Full App?

* Lyoneat Multivendor Mobile App
* Lyoneat Multivendor Rider App
* Lyoneat Multivendor Restaurant App
* Admin Web Dashboard
* Application program interface server
* Analytics Dashboard with Expo [Amplitude](https://amplitude.com/)

## Lyoneat Technology Stack

#### Application program interface (API) server

* [NodeJS](https://nodejs.org/en/)
* [MongoDB](https://www.mongodb.com/)
* [ExpressJS](https://expressjs.com/)
* [Stripe](https://stripe.com/)
* [Paypal](https://www.paypal.com/us/home)
* [Nodemailer](https://nodemailer.com/about/)
* [Firebase](https://firebase.google.com/)(for push notification on web)
* [Express GraphQL](https://graphql.org/)
* [Mongoose](https://mongoosejs.com/)(for mongodb)

#### Web Dashboard

* [React ](https://reactjs.org/)
* [GraphQL](https://graphql.org/)
* [Bootstrap](https://getbootstrap.com/)
* [Firebase](https://firebase.google.com/)(for push notification on web)

#### Mobile App

* [React Native](https://github.com/facebook/react-native)&#x20;
* [Expo](https://expo.io)&#x20;
* [Graphql](https://graphql.org/)
* [Amplitude](https://docs.expo.io/versions/latest/sdk/amplitude/)

#### Rider App

* [React Native](https://github.com/facebook/react-native)&#x20;
* [Expo](https://expo.io)&#x20;
* [Graphql](https://graphql.org/)
* [Amplitude](https://docs.expo.io/versions/latest/sdk/amplitude/)

#### Restaurant App

* [React Native](https://github.com/facebook/react-native)&#x20;
* [Expo](https://expo.io)&#x20;
* [Graphql](https://graphql.org/)
* [Amplitude](https://docs.expo.io/versions/latest/sdk/amplitude/)
