Product page backend api requests products and promotions from microservices
requested to merge product-page-backend-api-requests-products-and-promotions-from-microservices into master
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"