billychen0894 / florist-ecommerce-app

Florist eCommerce App built with Next.js 14
https://florist-ecommerce-app.vercel.app
0 stars 0 forks source link

Feat/products: implement individual product view fetching product details from db #60

Closed billychen0894 closed 1 year ago

billychen0894 commented 1 year ago

This PR mainly implements the data fetching from db for product details based on the current productId in url. Also, each product page has basic recommendations system for products suggestion.