reactivemongo-demo-app icon indicating copy to clipboard operation
reactivemongo-demo-app copied to clipboard

Full web application built upon Play 2.0 and ReactiveMongo

Results 5 reactivemongo-demo-app issues
Sort by recently updated
recently updated
newest added

Hi, could you please add mutliple file upload support or show how it could be done? Many thanks

It would be super awesome if your example also showed some ways of authoring specs that stub out the reactive mongo part of the controller

updated files to current versions and wanted to create my first pull request.

Hey I just overviewed your application, it's really nice. What about validation of BSONObjectID here: https://github.com/sgodbillon/reactivemongo-demo-app/blob/master/app/controllers/Application.scala#L60 ? What if I put there not valid BSONObjectID value? E.g. dsf3223asfa Thanks

Good afternoon Stéphane, I am following your examples and they are great. However, I cannot make nested object works with 0.8. I'm trying to store a nested document in MongoDB...