# multi-location-grocery

## multi-location-grocery

- [Multi-location Grocery](https://docs.ionicfirebaseapp.com/multi-location-grocery/master.md): An e-commerce grocery app that can be used for multiple locations. The app consists of User mobile app,  Delivery boy app, Web app and CMS dashboard.
- [Overview](https://docs.ionicfirebaseapp.com/multi-location-grocery/introduction/overview.md): Introduction and Overview of Grocery SAAS application.
- [Prerequesites](https://docs.ionicfirebaseapp.com/multi-location-grocery/introduction/prerequesites.md): It gives information regarding all the accounts used in this project, you need to create all the below accounts to make the app live.
- [Technology](https://docs.ionicfirebaseapp.com/multi-location-grocery/introduction/technology.md): For API, Dashboard & Mobile app various technologies used and click on the link to view the official document.
- [Source Code](https://docs.ionicfirebaseapp.com/multi-location-grocery/introduction/source-code.md): It contains all the source code required to run the entire project like the customer app and admin dashboard.
- [Changelog](https://docs.ionicfirebaseapp.com/multi-location-grocery/introduction/changelog.md): It gives information about various releases that happened to date with release version date and time so that it will be easy for customers to know about the version
- [Faq](https://docs.ionicfirebaseapp.com/multi-location-grocery/introduction/faq.md): FAQ Question about Grocery SAAS mobile app.
- [Support](https://docs.ionicfirebaseapp.com/multi-location-grocery/introduction/support.md): Support/Service by us.
- [Angular Installation](https://docs.ionicfirebaseapp.com/multi-location-grocery/api-backend/angular-installation.md): It gives the detailed information regarding various commands used to install the Angular.
- [Run Dashboard](https://docs.ionicfirebaseapp.com/multi-location-grocery/api-backend/run-dashboard.md): It gives detailed information regarding various commands used to run the dashboard.
- [Dashboard Setup](https://docs.ionicfirebaseapp.com/multi-location-grocery/api-backend/dashboard-setup.md): Follow these below commands to run the admin Dashboard.
- [Flutter Installation](https://docs.ionicfirebaseapp.com/multi-location-grocery/customer-app/flutter-installation.md): Follow these commands to run and install the flutter in your device.
- [Customer App setup](https://docs.ionicfirebaseapp.com/multi-location-grocery/customer-app/app-set-up.md): It gives detailed information regarding the Customer App set up.
- [Customer App Structure](https://docs.ionicfirebaseapp.com/multi-location-grocery/customer-app/app-structure.md): This section gives information about the various folders and files in the customer app structure.
- [Run Customer App](https://docs.ionicfirebaseapp.com/multi-location-grocery/customer-app/run-app.md): Before running the Customer App, install the plugins and run the various commands shown below.
- [Release Build](https://docs.ionicfirebaseapp.com/multi-location-grocery/customer-app/release-build.md): It gives information about various releases that happened till date with release version date and time so that it will be easy for customers to know about the version
- [Installation](https://docs.ionicfirebaseapp.com/multi-location-grocery/delivery-boy-app/installation.md): The following document guides you through step-by-step Installation.
- [Delivery Boy App setup](https://docs.ionicfirebaseapp.com/multi-location-grocery/delivery-boy-app/app-setup.md): It consists of information about how to setup the delivery boy app.
- [Delivery Boy App Structure](https://docs.ionicfirebaseapp.com/multi-location-grocery/delivery-boy-app/app-structure.md): It describes the information about the delivery boy app structure.
- [Run Delivery Boy App](https://docs.ionicfirebaseapp.com/multi-location-grocery/delivery-boy-app/run-app.md): To run the delivery boy app, follow these below commands to install plugins & to run the app.
- [Deals](https://docs.ionicfirebaseapp.com/multi-location-grocery/user-manual/deals.md): It gives the detailed information about the deals.
- [Orders](https://docs.ionicfirebaseapp.com/multi-location-grocery/user-manual/orders.md): It gives the detailed information about the orders.
- [Coupons](https://docs.ionicfirebaseapp.com/multi-location-grocery/user-manual/coupons.md): It gives the detailed information about the coupons.
- [Settings](https://docs.ionicfirebaseapp.com/multi-location-grocery/user-manual/settings.md): It gives the detailed information about the settings.
- [Category](https://docs.ionicfirebaseapp.com/multi-location-grocery/user-manual/category.md): It gives the detailed information regarding the category.
- [Products](https://docs.ionicfirebaseapp.com/multi-location-grocery/user-manual/products.md): It gives the detailed information about the products.
- [Location](https://docs.ionicfirebaseapp.com/multi-location-grocery/user-manual/location.md): It gives the detailed information about the location.
- [Webapp Installtion](https://docs.ionicfirebaseapp.com/multi-location-grocery/website/webapp-installtion.md): It gives detailed information regarding various commands used to run the project and how to how to install a web app.
- [Web app setup](https://docs.ionicfirebaseapp.com/multi-location-grocery/website/web-app-setup.md): It gives detailed information about the web app setup.
- [Nestjs Installation](https://docs.ionicfirebaseapp.com/multi-location-grocery/api-backend-1/nestjs-installation.md): Follow the NestJS installation steps as shown below.
- [Api Setup](https://docs.ionicfirebaseapp.com/multi-location-grocery/api-backend-1/api-setup.md): It gives information about how to setup the API and Environment variables.
- [Run API](https://docs.ionicfirebaseapp.com/multi-location-grocery/api-backend-1/run-api.md): To run the API and release build, follow the commands given below.
- [Mongodb Setup](https://docs.ionicfirebaseapp.com/multi-location-grocery/api-backend-1/mongodb-setup.md): This App uses Mongo DB as a backed to read and save data.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.ionicfirebaseapp.com/multi-location-grocery/master.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.
Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
