# readymade-restaurant-app

## readymade-restaurant-app

- [Readymade Restaurant App](https://docs.ionicfirebaseapp.com/readymade-restaurant-app/master.md): A full solution of food delivery at customer's door step.
- [Technologies](https://docs.ionicfirebaseapp.com/readymade-restaurant-app/technologies-1.md): Briefly explained the various technologies used in this project.
- [Requirements](https://docs.ionicfirebaseapp.com/readymade-restaurant-app/requirements.md): Project requirement details are shown below.
- [Installation Guide](https://docs.ionicfirebaseapp.com/readymade-restaurant-app/installation-guide.md): Follow the installation steps as shown below.
- [User Mobile App Structure](https://docs.ionicfirebaseapp.com/readymade-restaurant-app/app-structure.md): Provides information about the five main folders in the user app.
- [API Config](https://docs.ionicfirebaseapp.com/readymade-restaurant-app/api-config.md): It gives information about how to configure Application programming interface on various servers and database such as Mongo DB.
- [Push Notifications](https://docs.ionicfirebaseapp.com/readymade-restaurant-app/push-notifications.md): Push notification is a message that’s displayed outside of the app.
- [Release Build](https://docs.ionicfirebaseapp.com/readymade-restaurant-app/release-build.md): It gives information about the build release.
- [Prerequisites](https://docs.ionicfirebaseapp.com/readymade-restaurant-app/delivery-mobile-app/untitled.md): To make the app live you need to create the all accounts mentioned below.
- [App Setup](https://docs.ionicfirebaseapp.com/readymade-restaurant-app/delivery-mobile-app/app-setup.md): It gives detailed information about the app setup.
- [Delivery Mobile App Structure](https://docs.ionicfirebaseapp.com/readymade-restaurant-app/delivery-mobile-app/app-structure.md): Gives information about various folders and files used in the delivery app.
- [Run App](https://docs.ionicfirebaseapp.com/readymade-restaurant-app/delivery-mobile-app/run-app.md): To run the delivery mobile app and briefly explained about the app structure below.
- [Zip File Structure](https://docs.ionicfirebaseapp.com/readymade-restaurant-app/zip-file-structure.md): Restaurant NodeJS Zip File Structure.
- [Introduction to NodeJS](https://docs.ionicfirebaseapp.com/readymade-restaurant-app/introduction-to-nodejs.md): Node.js is an open-source, cross-platform, back-end JavaScript runtime environment that runs on the V8 engine and executes.
- [System Requirements](https://docs.ionicfirebaseapp.com/readymade-restaurant-app/system-requirements.md): Follow these commands to the application.
- [How To Run](https://docs.ionicfirebaseapp.com/readymade-restaurant-app/how-to-run.md): In this section, it provides detailed information how to run the Node JS API and Dashboard.
- [Project Structure](https://docs.ionicfirebaseapp.com/readymade-restaurant-app/project-structure.md): This section provides information regarding the two main folders used in this project.
- [CMS API Config](https://docs.ionicfirebaseapp.com/readymade-restaurant-app/api-config-1.md): In this section, you will find all the steps required for the dashboard connection with your App.
- [Push Notifications For CMS](https://docs.ionicfirebaseapp.com/readymade-restaurant-app/push-notifications-1.md): A push notification is an automated message that is sent to the user by the server of the app that’s working in the background (i.e., not open.)
- [Heroku NodeJS Api](https://docs.ionicfirebaseapp.com/readymade-restaurant-app/deployment/heroku-nodejs-api.md): How to Deploy NodeJS API on Heroku Cloud Server.
- [Changelog](https://docs.ionicfirebaseapp.com/readymade-restaurant-app/changelog/changelog.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.


---

# 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/readymade-restaurant-app/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.
