Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 533 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 533 Bytes

training_storefront

A simple example of a storefront using OSA products and Vendors as a template

To run test against this as a locally host application run with the command:

./gradlew bootRun -Dspring.profiles.active=localtest

Application API documentation with interactive examples and testing via Swagger is available at:

http://localhost:8080/swagger-ui.html#/

API available as JSON at:

http://localhost:8080/api

Application entrypoint at:

http://localhost:8080/

Links provided via HAL specification of HATEOAS