This repository contains sample code for implementing a trivial blog microservice using Akka and Scala. The ideas being demonstrated here include CQRS and event sourcing, actors, and various Scala syntax concepts. Some inspiration for Akka-related patterns used here are from the Akka in Action source code.

See my blog post for more information. This project uses SBT and can be run by simply executing:

sbt run

This will run an HTTP server on port 8080 by default. This can be configured by the application.conf file.