Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 750 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 750 Bytes

Lagom Shop

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.

Setup

Install sbt

brew install sbt

Navigate to the project and run $ sbt

Start up the project by executing $ runAll

Importing the project in an IDE

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.