Implements a simple rest quote service.
http://localhost:8080/quoteshttp://localhost:8080/quotes?author=jacobs&author=annie"e=badhttp://localhost:8080/quotes?author=bancrofthttp://localhost:8080/quotes.txthttp://localhost:8080/quotes?text=Tiggers%20don%27t%20like%20honey.%20To%20the%20uneducated,%20an%20A%20is%20just%20three%20sticks.
authorfinds authors name containing the parameter.quotefinds quotes containing the parameter.textfinds quotes included in the parameter.
This demo application is written in scala with akka-http which get his data from text file and stream the response.
sbt run
- Java 1.8
- Scala 2.12.4
- SBT 1.0.1