Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kyleu/boilerplay
Using the latest technology in the Scala ecosystem, Boilerplay is a reactive web application built on Play Framework, ScalaJS, Silhouette, Sangria/GraphQL, and PostgreSQL. It provides a good starting point for whatever you want to build.
https://github.com/kyleu/boilerplay
akka graphql play-framework scala scala-js
Last synced: about 10 hours ago
JSON representation
Using the latest technology in the Scala ecosystem, Boilerplay is a reactive web application built on Play Framework, ScalaJS, Silhouette, Sangria/GraphQL, and PostgreSQL. It provides a good starting point for whatever you want to build.
- Host: GitHub
- URL: https://github.com/kyleu/boilerplay
- Owner: kyleu
- License: cc0-1.0
- Created: 2015-07-18T18:35:59.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-06-02T16:49:08.000Z (over 4 years ago)
- Last Synced: 2024-11-12T23:36:03.380Z (7 days ago)
- Topics: akka, graphql, play-framework, scala, scala-js
- Language: Scala
- Homepage: https://kyleu.github.io/boilerplay
- Size: 9.18 MB
- Stars: 277
- Watchers: 27
- Forks: 37
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# Boilerplay
Using the latest technology in the Scala ecosystem, Boilerplay is a pure Scala reactive web application built on Play 2.6, Scala.js, Silhouette 5, Akka, PostgreSQL 9.5+, and Sangria/GraphQL.
It provides a good starting point for whatever you want to build.## Documentation
https://kyleu.github.io/boilerplay
## Features
* Local sign-in, profile, and change password support.
* Role based security, with normal and admin roles.
* Full admin suite for user management, reporting, and real-time session observation.
* GraphQL schema and query interface, with shared queries and mutations.
* OpenAPI/Swagger definitions for all routes, along with a packaged UI.
* Scala source code, shared between the client and server via Scala.js.
* JDBC queries, Slick definitions, and an instrumented database access layer.
* Websocket-driven actor support, with monitoring and tracing.
* Binary and JSON serialization, provided by circe and Boopickle.## Contributing
The project is built on SBT, and can be opened by IntelliJ directly. Plugins are included for Eclipse and Sublime Text.
## License
The code is licensed under [CC0-1.0](license).
You can basically do whatever you want with the code, no attribution required. Make it your own!