Awesome
#Seed for Play Framework 2.4 application with ReactiveMongo and Macwire
This is Lightbend Activator template, see details here: https://www.lightbend.com/activator/template/play-2.4-crud-with-reactive-mongo
Idea
A Play Framework 2.4 application template preconfigured to use ReactiveMongo and Macwire.
Provides generic CRUD implementation of controller and service, together with type-safe mongodb queries builder (Criteria).
Criteria allows also advanced local testing of mongodb querries (in-memory) without communicating real mongodb instance.
Usage
Build
sbt test:compile
Run
sbt run