ARSnova 3 Backend Prototype
This is the new Backend for the ARSnova project. It's implemented with Akka, Slick and Flyway
Development
This project makes use of sbt-revolver for continuous compiling. Just start sbt and start the backend with ~re-start
.
Tests
You can run the tests with sbt test
.