Skip to content
Snippets Groups Projects
Commit eca07e4b authored by Chude, Chiamaka A (PG/T - Comp Sci & Elec Eng)'s avatar Chude, Chiamaka A (PG/T - Comp Sci & Elec Eng)
Browse files

First commit for product microservice. It consists of 3 pages and 4 functions:...

First commit for product microservice. It consists of 3 pages and 4 functions: The firt function displays products by category on the home page. The second function displays a product on another page after it has been clicked on. It displays the product name, price, image, description and reviews and the product id is sent through a get request. The third function communicates with the user microservice to get a users username when they want to add a product. And the fourth function inserts the product reviews and username gotten from the user microservice into the product reviews table
parent c2e7406b
No related branches found
No related tags found
Loading
Showing
with 230 additions and 0 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment