https://github.com/mtsokol/akka-http-forum
Discussion forum created with Akka HTTP and Slick
https://github.com/mtsokol/akka-http-forum
akka-http rest-api scala slick
Last synced: about 1 month ago
JSON representation
Discussion forum created with Akka HTTP and Slick
- Host: GitHub
- URL: https://github.com/mtsokol/akka-http-forum
- Owner: mtsokol
- License: mit
- Created: 2018-03-22T17:53:26.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-03T21:34:35.000Z (over 8 years ago)
- Last Synced: 2025-01-13T06:43:21.776Z (over 1 year ago)
- Topics: akka-http, rest-api, scala, slick
- Language: Scala
- Homepage: https://akka-http-forum.herokuapp.com/
- Size: 168 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Akka HTTP forum
Forum template created with Akka HTTP and Slick.
See live template here:
[akka-http-forum.herokuapp.com](https://akka-http-forum.herokuapp.com/)
## Contents
Project contains REST web service for discussion forum
(and also simple frontend created with Twirl and Bootstrap 4).
#### Features
* Creating new topic
* Answering for concrete topic
* Modifying and deleting answers/topics with given secret
* Simple pagination for answers and topics
## Usage
```sh
$ sbt run
```
Remember to set up your own db credentials (here with Postgres).
## References
* [github.com/ArchDev/akka-http-rest](https://github.com/ArchDev/akka-http-rest)
* [github.com/theiterators/akka-http-microservice](https://github.com/theiterators/akka-http-microservice)