Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 458 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 458 Bytes

Scalatra Async REST API

Starter project for an async JSON REST API using Scalatra, Akka, Casbah and Salat.

Build & Run

$ cd rest_api
$ ./sbt
> container:start
> browse

If browse doesn't launch your browser, manually open http://localhost:8080/ in your browser.