Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lucperkins/spray-akka-slick-postgres
Spray + Akka + Slick + Postgres (simple web service)
https://github.com/lucperkins/spray-akka-slick-postgres
Last synced: 3 months ago
JSON representation
Spray + Akka + Slick + Postgres (simple web service)
- Host: GitHub
- URL: https://github.com/lucperkins/spray-akka-slick-postgres
- Owner: lucperkins
- License: mit
- Created: 2013-11-25T20:53:53.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2022-06-04T21:05:35.000Z (over 2 years ago)
- Last Synced: 2024-10-11T23:39:31.387Z (3 months ago)
- Language: Scala
- Size: 59.6 KB
- Stars: 89
- Watchers: 4
- Forks: 25
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
Spray CRUD Example
==================This is a basic REST web service that allows for CRUD operations on a `Task` data type. Yet another todo list app for the universe to admire!
Application stack:
* [Akka](http://akka.io/)
* [Spray HTTP](https://github.com/spray/spray/tree/master/spray-http)
* [Spray Routing](http://spray.io/documentation/1.1-SNAPSHOT/spray-routing/)
* [Spray JSON](https://github.com/spray/spray-json)
* [SLICK](http://slick.typesafe.com/)
* [PostgreSQL](http://www.postgresql.org/)