Skip to content

Product page backend api requests products and promotions from microservices

Backend routes for getting all products and promotions work with local servers running. Pending for deployment refactor to call remote servers. routes are:

http://localhost:8080/api/products" http://localhost:8080/api/promotions" http://localhost:8080/api/products-and-promos"

Merge request reports