Skip to content

ujaRHR/cloudwaitress-api-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 Twitter Gmail

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.