xyfigo / play-2.4-crud-with-reactive-mongo

Play 2.4 project seed: Generic CRUD with Macwire and ReactiveMongo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

#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

Deploy

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

http://localhost:9000/

About

Play 2.4 project seed: Generic CRUD with Macwire and ReactiveMongo

License:Other


Languages

Language:Scala 79.4%Language:HTML 14.0%Language:JavaScript 6.2%Language:CSS 0.4%