Demos

Food Order Management System

This is a simple online order management system where a restaurant can list its items. Customers can view and order online in a very simple way. The restaurant owner receives the order notification their WhatsApp from the WhatsApp API Bot.

Main Features

List Items

List your Food Items on your website by simply putting markdown files with product details inside the content folder in the source code of the website. The website will automatically rebuild and deploy when changes are commited in the source code of the repository.

Website Configurations

Easily configure the website such as Theme, Fonts, Logo, Currency Unit, Categories, About Us Text, and Restaurant Contact information by simply changing the the values inside the root/src/content/settings/information.md file

Below is an example of the configuration

---
restaurantName: Pizza Shop
whatsapp: 923035214014
contactNumber: +923035214014
email: [email protected]
ownerName: Mr. Italiano
address: Green Palm street Avenue 1 Lahore
nearbyLocation : Main D chowck
ownerImage : chef.jpg
logo: favicon.svg
slogan: Thin crispy pizza
shopImage: restaurant.jpg
currencyUnit: USD
currencySymbol: $
mapImage: map.jpg
aboutUS: The Pizza Restaurant was founded in blabla by Mr. Italiano in lorem ipsum dolor sit amet consectetur adipiscing elit sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

whatWeOffer : We offer full-service Pizza Fast Food Dine in and Delivery Services. We understand your needs and we will cater the food to satisfy the biggerst criteria of them all both look and taste

mainCategories: 
    - Pizza & Burger 
    - Fast Food 
    - National 
    - Beverages

themeName : custom
fontFamily : Fast-Food-Regular
---

You can also set the opening hours of the shop by changing the values provided in a file at src/content/settings/opening-hours.md

---
monday: 12PM to 10PM
tuesday: 12PM to 10PM
wednesday: 12PM to 10PM
thursday: 12PM to 10PM
friday: 12PM to 10PM
saturday: 12PM to 10PM
sunday: 12PM to 10PM
---

Easy content Management System

The website has a section "The Menu" which shows two types of products, "Deals" and "Regular"

Deals may contain the products with some special offers and Regular can display the regular items under each category. the content of this information is organized under the content folder inside the source code of the website.

The content directory has two sub-directories, deals and regular which store individual lists of items as one item per file.

WhatsApp API