An open API service indexing awesome lists of open source software.

https://github.com/ujarhr/cloudwaitress-api-dashboard

CloudWaitress Order Handling Dashboard with Official API
https://github.com/ujarhr/cloudwaitress-api-dashboard

cloudwaitress cloudwaitress-api cloudwaitress-restaurant cloudwaitress-restaurant-api delivery-management restaurant restaurant-api restaurant-management

Last synced: about 1 month ago
JSON representation

CloudWaitress Order Handling Dashboard with Official API

Awesome Lists containing this project

README

        

# CloudWaitress Order Handling Dashboard

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:**

[![LinkedIn](https://img.shields.io/badge/LinkedIn-%230077B5.svg?logo=linkedin&logoColor=white)](https://linkedin.com/in/reajulhasanraju) [![Twitter](https://img.shields.io/badge/Twitter-%231DA1F2.svg?logo=Twitter&logoColor=white)](https://twitter.com/rhraju03) [![Gmail](https://img.shields.io/badge/Gmail-D14836?style=for-the-badge&logo=gmail&logoColor=white)](mailto:[email protected])

[![Dashboard | CloudWaitress](https://i.ibb.co/b6NyTRY/Orders.png "Dashboard | CloudWaitress")](https://i.ibb.co/b6NyTRY/Orders.png "Dashboard | CloudWaitress")

### Getting Started
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.

### Prerequisites
Before you can use this dashboard, you will need to have the following software installed on your computer:
- PHP

### Usage
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.**

### Features
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...)

### Contributing (:fa-star:)
If you would like to contribute to this dashboard, please follow these steps:

1. Fork this repository.
2. Create a new branch.
3. Make your changes and commit them.
4. Push your changes to your fork.
5. Submit a pull request.