Skip to content

A shop API implemented in Lagom using the Java API.

License

Notifications You must be signed in to change notification settings

wyldbill/lagom-shop

 
 

Repository files navigation

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.

About

A shop API implemented in Lagom using the Java API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 74.1%
  • Scala 17.4%
  • HTML 8.2%
  • Other 0.3%