- User can view Menu
- User can login
- User can place order
- User can view Orders
- Admin can Login
- Admin can view Orders
- Admin can attend to Orders
- Admin can upload to Menu
- Admin can Modify Menu
- Admin can create Admin
- Required paramters
- order must be an array of objects containing
- itemname
- itemid
- quantity
- amount
- userid - this is the id of the user making the order
- order must be an array of objects containing
- requires no parameters, retrives all the orders on the database
- retrives an order with id which must be an integer
- updates an order with id which must be an integer, requires
- itemname
- quantity
- unit_price
- itemid
- nodejs
- express