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
- Host: GitHub
- URL: https://github.com/ptrdom/play-scala-seed
- Owner: ptrdom
- License: mit
- Created: 2019-03-01T13:15:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-30T15:31:08.000Z (over 4 years ago)
- Last Synced: 2024-10-06T03:05:20.823Z (12 months ago)
- Topics: backend, playframework, postgresql, scala, seed, silhouette, slick, testcontainers
- Language: Scala
- Homepage: https://trello.com/b/xcwandVV/play-scala-seed
- Size: 85 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 testsAlso included:
* Code style file for IntelliJ IDEA
* Run configurations for running Play Framework application
* Development mode
* Integration testing
* E2E testing