Skip to content
This repository has been archived by the owner on Oct 9, 2019. It is now read-only.

demandio/spray-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Spray Skeleton Project This project is a "reference" project for using spray.io with MongoDB to create REST services. It uses the library zipfworks/Sprongo as the MongoDB driver.

##Getting Started

Prerequisites:

  • scala 2.11.x
  • sbt 0.13.x
  • mongodb

Quick-Start:

  1. clone the repo
  2. run using sbt
$ git clone git@github.com:zipfworks/spray-skeleton.git
$ cd spray-skeleton
$ sbt run

The server should be running on port 8080

##For Debian-based Linux Users:

$ apt-get install scala
$ apt-get install sbt
$ apt-get install mongodb

##For you Mac OSx Users:

$ brew install scala
$ brew install sbt
$ brew install mongodb

##For you Windows Users: umm... good luck?

Releases

No releases published

Packages

No packages published

Languages