Server deployed on http://128.199.159.193:8081
Database is using PostgreSQL (available to import from salestock.pgsql)
Testing using mocha framework,
(npm install -g mocha) and then run (mocha) on project root
GET /api/listUsers
GET /api/listProducts
GET /api/listCarts
GET /api/listCoupons
GET /api/listOrders/{cart_id}
GET /api/countOrder/{cart_id}/{product_id}
GET /api/totalCart/{cart_id}/{coupon_code}(optional)
POST /api/addOrder/{cart_id}/{product_id}/{count}
POST /api/removeOrder/{cart_id}/{product_id}/{count}