/example-books

An example Groovy & Gradle based Ratpack app

Primary LanguageGroovy

example-books

An example Groovy & Gradle based Ratpack app.

This app demonstrates

  • Metrics
  • Authetication
  • Blocking I/O
  • Async external HTTP requests
  • RxJava integration
  • Hystrix integration
  • WebSockets
  • Async logging

Setup

This application integrates with ISBNdb and as such you will need to create a free account and api key in order to run the application successfully. And at the moment to run the integration tests too.

When you have done this simply add your api key to the property other.isbndb.apikey in the ratpack.properties file.