Skip to content

ORBS is a restaurant booking webapp with minimal UI. ORBS allows anyone who signed up as customer to request time slot, menu and seats at any restaurants.

Notifications You must be signed in to change notification settings

arjunbchennithala/orbs

Repository files navigation

ORBS(Online Restaurant Booking System)

Introduction

ORBS is a restaurant booking webapp with minimal UI. ORBS allows anyone who signed up as customer to request time slot, menu and seats at any restaurants. Each restaurant needs to create a restaurant account. Restaurants can add, edit and hide menu items. When a customer place a request, restaurant can review the request. If the customer's requirement is available, restaurant can accept the request. Otherwise they can reject. Customers are allowed to cancel their request anytime before the restaurant accept or reject it. If the request got accepted, customer can pay. Customers can post their review below the restaurant's profile. Both customers and restaurants can send complaints to Admin. Admin will take action if needed. Admin can view status of the webapp and manage customer and restaurant account.

Installation

Requirements

  • Apache WebServer
  • MySQL
  • PHP

Steps

  • Clone this repository.
  • Create a new database and user.
  • Assign the credentials to respective variables in db/credentials.php.
  • Import db/orbs.sql to the database you created.
  • Add the folder to root of webserver.
  • Start the server.
  • The webapp will be available at http://localhost/orbs

Note

About

ORBS is a restaurant booking webapp with minimal UI. ORBS allows anyone who signed up as customer to request time slot, menu and seats at any restaurants.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published