Skip to content

ctcarrier/spray-rest-sbt.g8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 

Repository files navigation

Spray/Akka/MongoDB/SBT11 project

g8 This is a bare bones REST template implemented using the Spray framework on top of Akka. Persistence is handled with MongoDB.

Usage

Install giter8 (g8) - readme for more information.

Install SBT 0.11.X - Setup for more information.

Install MongoDB - Setup for more information.

In a shell, run the following:

g8 ctcarrier/spray-rest-sbt
cd <name-of-app>
sbt
> ~re:start --- -Dakka.mode=dev

You should be able to browse to a access a JSON body for your resource with 'curl -vv localhost:8080/$resourceName$'

About

Giter8 template for Spray/Akka/Mongo/SBT

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages