issues
search
Wdd430-Team-7
/
Group_Project
0
stars
0
forks
source link
6 set up schema in vercel database sunseehray
#14
Closed
sunseehray
closed
8 months ago
sunseehray
commented
8 months ago
Updates:
Connected the Vercel Database thru /app/lib/online-data.ts and created some functions fetch data
Modified the category navigation from toggleMenu in mobile to always on display
Created definitions for the Vercel Database @ /app/lib/definitions.ts
Created the routes -/category/[id]/ -/product/[id]/ -/product/all
Linked the category routes to the route components.
Updates: