In this repository we collect a series of tutorial on how to use Spray to build several REST application.
- Article: How to build a REST api with Spray and Akka
- Code: https://github.com/DanielaSfregola/quiz-management-service/tree/master/tutorial-1
- Article: How to Integrate ReactiveMongo in your Akka Spray Application
- Code: https://github.com/DanielaSfregola/quiz-management-service/tree/master/tutorial-2
- Article: Spray: how to (de)serialize objects with json4s
- code: https://github.com/DanielaSfregola/quiz-management-service/tree/master/tutorial-3