An open API service indexing awesome lists of open source software.

https://github.com/ptrdom/play-scala-seed

Play Scala seed
https://github.com/ptrdom/play-scala-seed

backend playframework postgresql scala seed silhouette slick testcontainers

Last synced: 6 months ago
JSON representation

Play Scala seed

Awesome Lists containing this project

README

          

# play-scala-seed

Play Scala seed with following dependencies:

* [slick-pg](https://github.com/tminglei/slick-pg) with PostgreSQL for database
* [play-silhouette](https://github.com/mohiva/play-silhouette) for authentication
* ScalaTest and [testcontainers-scala](https://github.com/testcontainers/testcontainers-scala) for tests

Also included:

* Code style file for IntelliJ IDEA
* Run configurations for running Play Framework application
* Development mode
* Integration testing
* E2E testing