Skip to content

OsamaFelFel/lagom-basket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lagom Basket

A simple service representing two operations on a basket using Lagom framework. The service supports two operations,

  • Get basket
  • Add item

Notes

  • Basket is being associated with a random user UUID upon first addition to an item. In a real world scenario, an Authentication/Authorization microservice should exists. Therefore, a JWT token (or some other token) is supposedly provided and included in the Authorization header in all HTTP requests.
  • Item price is being passed while adding to basket. This should be replaced by a call to another service which is responsible on the product catalogue.

Running the service locally

mvn lagom:runAll

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages