Skip to content

monadicbind/spray-ls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

121 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spray Rest Services for CQRS

Follow these steps to get started:

  1. Git-clone this repository.

     $ git clone [email protected]:sathishmandapaka/spray-ls.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:

     > reStart
    
  6. Browse to http://localhost:8080

  7. Stop the application:

     > reStop
    
  8. Learn more at http://www.spray.io/

  9. Start hacking on src/main/scala/com/example/ProbeService.scala

About

Implementing CQRS pattern in Scala using Spray.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 7

Languages