• Stars
    star
    1
  • Language
    Java
  • Created about 7 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

The webshop app with various discounts for customers: discounts based on the amount of the bought items, discounts based on total bill payment, discounts for special articles, sales discounts, additional discounts which are related to shopping history of the customer. Also, there is implemented rules for the limitation of discounts when customer achieve multiple discounts. All these features are implemented using a Drools (Business Rules Management System). Drools together with Java (Spring Framework) make the backend side. The frontend is implemented using AngularJS.