tiarebalbi / lagom-starter-minimal

No hello world, no extra configuration, just the basic setup for you to start writing your lagom microservice. Lagom 1.6.5 (current stable release)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gatsby

Lagom minimal starter (scala)

Scala CI Scala Steward badge

πŸ“œ Summary

This is a minimal version, not an empty version, so to help you with your first service an initial project called core-api and core-impl were created with a basic interface for a simple rest api.

Make sure to review the build.sbt file to set the dependencies and configurations needed.

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

No hello world, no extra configuration, just the basic setup for you to start writing your lagom microservice. Lagom 1.6.5 (current stable release)

License:Apache License 2.0


Languages

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