todo-backend-akka

www.todobackend.com implementation based on scala, akka-http and akka-persistence

Stars
16
Committers
1

todo-backend-akka

This is an implementation of the Todo-Backend API based on Scala and akka-http.

storage

  • The master branch keeps todo's in memory.
  • The stamina-serialization branch persists todo's with akka-persistence and stamina
  • The stamina-eventadapter branch persists todo's with akka-persistence and stamina's experimental EventAdapter-based hook.