https://github.com/sczyh30/samsara-aquarius
:zap:Samsara Aquarius - a technology sharing web application written in Scala
https://github.com/sczyh30/samsara-aquarius
akka functional-programming play-framework scala slick web-application
Last synced: 5 months ago
JSON representation
:zap:Samsara Aquarius - a technology sharing web application written in Scala
- Host: GitHub
- URL: https://github.com/sczyh30/samsara-aquarius
- Owner: sczyh30
- License: mit
- Created: 2016-01-29T14:13:00.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-01-29T13:03:31.000Z (almost 9 years ago)
- Last Synced: 2025-03-16T19:46:54.758Z (9 months ago)
- Topics: akka, functional-programming, play-framework, scala, slick, web-application
- Language: Scala
- Homepage:
- Size: 864 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Samsara Aquarius
[](https://travis-ci.org/sczyh30/samsara-aquarius)
**Samsara Aquarius** is a technology sharing web application written in **Scala 2.11.8** and based on Play Framework 2.5, Slick 3 and Akka.

## Build Dist Version
```bash
sbt dist
```
Notice: In production environment, please open the `play.http.filters` option to ensure security.
In addition, the Samsara Aquarius uses *Geetest Captcha* as the captcha library, so if you want to work with it, you need to create a `captcha.conf` file at `conf` directory and configure.
## Current Task
- [ ] Review: Ensure security (current version is **not** verified)
- [ ] More functional style
- [ ] Microservice architecture
- [ ] Message-based architecture