Skip to content

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

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Scala 79.4%
  • HTML 14.0%
  • JavaScript 6.2%
  • CSS 0.4%