https://github.com/theiterators/warsjawa-ms-spray
https://github.com/theiterators/warsjawa-ms-spray
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/theiterators/warsjawa-ms-spray
- Owner: theiterators
- Created: 2014-09-29T11:43:38.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-09-29T15:52:37.000Z (almost 12 years ago)
- Last Synced: 2024-03-18T00:21:47.385Z (over 2 years ago)
- Language: Scala
- Size: 97.7 KB
- Stars: 3
- Watchers: 16
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
warsjawa-ms-spray
=================
Microservice in Spray used during Warsjawa 2014 workshop "Microservices in Scala".
Running
-----
First of all, make sure you have Redis & MongoDB running. Then:
```
$ sbt
[warsjawa-ms-spray]$ ~re-start
```
After that play with `curl` or similar tool.
Additional resources
--------------------
* [Microservices overview presentation](http://www.slideshare.net/luksow/microservices-workshopiteratorswarsjawa2014)
* [Microservices in Play & Akka presentation](http://www.slideshare.net/luksow/microservices-playworkshopiteratorswarsjawa2014)
* [Microservices in Spray presentation](http://www.slideshare.net/luksow/microservices-sprayworkshopiteratorswarsjawa2014)
* [Microservice in Play](https://github.com/TheIterators/warsjawa-ms-play)