Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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/)