lagom-java-sbt-chirper-example

A Lagom Java example showcasing a Twitter-like application, sbt flavor.

Running locally

  1. Start all services using sbt runAll.
  2. Open http://localhost:9000 in your browser.
  3. Register and Start Chirping!

Running on Kubernetes

This project is set up to use Lightbend Orchestration for Kubernetes to simplify deployment to Kubernetes.

Refer to KUBERNETES.md for more information on this process.

Running on DC/OS

This project is set up to use Lightbend Orchestration for DC/OS to ) to simplify deployment to DC/OS.

Refer to DCOS.md for more information on this process.