Skip to content

etorres/customer-loyalty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Customer Loyalty

This small application written in Scala demonstrates the use of pure functional programming patterns to create a customer loyalty program. I got my motivation from reading the blog post: From idea to product with ZLayer.

For the use case I found this article: How to build loyalty program software — a guide for product managers from Voucherify.

Build and test this project

jenv exec sbt clean test

List dependencies of this project

jenv exec sbt dependencyTree
jenv exec sbt dependencyBrowseGraph