This repository contains a dashboard to help restaurant owners handle their orders using the CloudWaitress API. The dashboard is designed to make it easier for restaurant owners to see and manage their orders in one central location.
If you want to customize the dashboard according to your needs, then contact me:
To use this dashboard, you will need to have access to the CloudWaitress API. You can obtain API access from the 'Developer' option in CloudWaitress directly. Once you have API access, you will need to provide your API key in order to connect to the API.
Before you can use this dashboard, you will need to have the following software installed on your computer:
- PHP
To start the dashboard, run the following command in your terminal (for local):
php -S localhost:8000
The dashboard will be accessible at http://localhost:8000 in your web browser.
Or , you can directly upload the file on your hosting, nothing else.
The CloudWaitress Order Handling Dashboard includes the following features:
- View all orders in one central location
- Filter orders by status (e.g. unconfirmed, ready, confirmed... etc)
- View detailed information about each order, including customer information and order items (coming soon...)
- Update the status of orders (e.g. mark as completed)
- View order history for each customer (coming soon...)
If you would like to contribute to this dashboard, please follow these steps:
- Fork this repository.
- Create a new branch.
- Make your changes and commit them.
- Push your changes to your fork.
- Submit a pull request.