Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.78 KB

README.md

File metadata and controls

38 lines (27 loc) · 1.78 KB

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, ....