Blueprint Playframework applications in scala

Hello,

Are there any blueprint Playframework application FP implementations in scala that show me how to implement: logging, web client form data validation, rest calls, saving the web page data to the database, services/repository patterns, data caching etc. that you can recommend? I am interested in a pure functional style implementation using effects for saving the data and all the other goodies that come with FP.

Thank you

Hey @costa,

We have a good list of examples listed here: https://developer.lightbend.com/start/?group=play

No single example shows all the features you listed, but the list still useful if you want to look at more focused samples.

Hi, thanks, I know about the examples, however, I was looking for a more complete sample application. For instance, I found this: https://github.com/pauljamescleary/scala-pet-store but it uses a typelevel stack.