/scala-spray-sqlite-json-api-test

experimenting with spray.io and sqlite3

Primary LanguageScala

spray Template Project

This projects provides a starting point for your own spray-routing endeavors. There are 8 branches, providing templates for spray-routing on

  • spray-can, Scala 2.11 + Akka 2.3 + spray 1.3 (the on_spray-can_1.3_scala-2.11 branch)

Follow these steps to get started:

  1. Git-clone this repository.

     $ git clone git://github.com/spray/spray-template.git my-project
    
  2. Change directory into your clone:

     $ cd my-project
    
  3. Launch SBT:

     $ sbt
    
  4. Compile everything and run all tests:

     > test
    
  5. Start the application:

     > re-start
    

For auto-reloading:

  > ~re-start
  1. Browse to http://localhost:8080

  2. Stop the application:

     > re-stop
    
  3. Learn more at http://www.spray.io/

  4. Start hacking on src/main/scala/com/example/MyService.scala