Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 296 Bytes

File metadata and controls

10 lines (7 loc) · 296 Bytes

Play framework (scala) seed based on https://github.com/mohiva/play-silhouette-seed but with MongoDB support

It uses Scaldi di instead of Guice.

  • Don't forget to start mongodb daemon! It should use the default host (localhost) and the default port.

  • Run the application:

sbt run