tiarebalbi / lagom-framework-microservice

Sample Project used in Post on "Building Microservices Application with Lagom Framework"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lagom Framework

Building Microservices with Lagom Framework (Post)

Scala CI Scala Steward badge

📜 Summary

TO BE ADDED

For more details on how to use check the lagom documentation: https://www.lagomframework.com/documentation/1.6.x/scala/Home.html

🚀 Quick start

  1. SBT Setup

    chmod u+x ./sbt 
    chmod u+x ./sbt-dist/bin/sbt
  2. Start sbt and the Lagom development environment

    ./sbt runAll

It will take a bit of time for the project to build and run. When finished, the console displays the message Services started, ....

About

Sample Project used in Post on "Building Microservices Application with Lagom Framework"

License:Apache License 2.0


Languages

Language:Batchfile 49.7%Language:Shell 42.1%Language:Scala 8.2%