Skip to content

tipra34/dalviroo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dalviroo

Demo

Display for kitchen
http://dalviroo.herokuapp.com/index.html

Submission form to post new orders, set predicted value, add new dish
http://dalviroo.herokuapp.com/submit.html

Report
http://dalviroo.herokuapp.com/api/report

Dependencies

Node.JS, Socket.io, Knockout.JS

Requirements

  1. Api to place an order with quantity.
    1. path: http://dalviroo.herokuapp.com/api/new-order
    2. method: post, fields: {dishId, quantity}
  2. Api to set predicted value for a dish
    1. path: http://dalviroo.herokuapp.com/api/set-predicted
    2. method: post, fields: {dishId, prediction}
  3. Api to get report
    1. path: http://dalviroo.herokuapp.com/api/report
    2. method: get
  4. Html page to be displayed on Kitchen screen that is always in sync with server
    1. path: http://dalviroo.herokuapp.com/index.html

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors