https://github.com/theiterators/warsjawa-ms-play
https://github.com/theiterators/warsjawa-ms-play
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/theiterators/warsjawa-ms-play
- Owner: theiterators
- Created: 2014-09-29T11:42:38.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-09-29T15:51:36.000Z (almost 12 years ago)
- Last Synced: 2024-03-18T00:21:46.942Z (over 2 years ago)
- Language: Scala
- Size: 97.7 KB
- Stars: 2
- Watchers: 16
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
warsjawa-ms-play
================
Microservice in Play Framework used during Warsjawa 2014 workshop "Microservices in Scala".
Running
-----
First of all, make sure you have Redis running and you stored your auth token there. For example:
```
$ sudo redis-server
$ redis-cli
127.0.0.1:6379> SET "auth:token:abc" "myLogin"
OK
```
then
```
$ sbt
[warsjawa-ms-play]$ ~run
```
After that use `test/index.html` for testing. Your auth token will be `abc`, your login `myLogin`.
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 Spray](https://github.com/TheIterators/warsjawa-ms-spray)