Skip to content

yannickdeturck/lagom-shop-scala

Repository files navigation

Lagom Shop Scala

This is a Lagom sample project using the Scala API (still work in progress).

The project contains the following services:

  • Item service that serves as an API for creating and looking up items

The project also contains a frontend written in Play for working with items and orders.

Setup

In order to run this project you need to have at least JDK 8 installed and sbt 0.13.13. For more information about installing the prerequisites, consult the Lagom documentation.

Navigate to the root of the project and run $ sbt.

Start up the project by executing $ runAll.

Service are listed on http://localhost:9008/services.

Frontend is available on http://localhost:9000.

Importing the project in an IDE

Import the project as an sbt project in your IDE. For more information, consult the official Lagom documentation on importing the project in IntelliJ and Eclipse.

About

A Lagom shop project written in Scala

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages