wiringbits / scala-webapp-template

A pragmatic skeleton to build web applications in Scala/Scala.js, including user registration, login, admin portal, and, deployments
https://template-demo.wiringbits.net/
MIT License
172 stars 40 forks source link

Play session and organize endpoints #404

Closed KapStorm closed 1 year ago

KapStorm commented 1 year ago

Move endpoints from server project to api project, this will help us when we will migrate our ApiClient to sttp-tapir-client

Hadle all routes endpoints into one endpoint

Now we support Play Session

Also, remove slinky-hot initialize