app.get('/items', function(req, res) {
     res.send({price: db.getAllPrice(), item: db.getAllItems(),
     quantity: db.getAllQuantity()});
  });