Skip to content

shoxabbos/october-restaurant-menu-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage

After installation plugin will register backend "Restaurant" menu position. From there you will be able to manage your menu items and categories.

There will be two sub-menus, Categories and Items. Categories will list all created categories. Items some will list all created items.

API usage

  • Url to get all categories: /api/v1/categories
  • Url to get single category: /api/v1/categories/:id
  • Url to get all items: /api/v1/items
  • Url to get single item: /api/v1/items/:id