This Lagom project contains two services
- Item service that serves as an API for creating and looking up items
- Order service that served as an API for creating and looking up orders for certain items
The project also contains a front-end written in Play with multiple screen for working with items and orders.
Install sbt
brew install sbt
Navigate to the project and run $ sbt
Start up the project by executing $ runAll
Import the project as an sbt project in your IDE.
This project uses the Immutables library, be sure to consult Set up Immutables in your IDE.