app.get('/total', function(req, res){
    res.send({total: db.getTotal(), tax: db.getTax(), after: db.afterTax()});
  });