e-commerce storefront with db, admin panel etc. https://wine-shop-eta.vercel.app/
Go to file
christian f72c525701
All checks were successful
Vercel Preview Deployment / Deploy-Preview (push) Successful in 1m38s
removed janky list all card and added formcard
2024-05-25 12:06:19 +02:00
.gitea/workflows moved force-dynamic into component 2024-05-25 09:11:48 +02:00
public Connect drizzle to vercel 2024-05-23 06:47:36 +02:00
src removed janky list all card and added formcard 2024-05-25 12:06:19 +02:00
.eslintrc.cjs Connect drizzle to vercel 2024-05-23 06:47:36 +02:00
.gitignore Connect drizzle to vercel 2024-05-23 06:47:36 +02:00
drizzle.config.ts CreateWine is sort of working. It's not pushing producer id though 2024-05-24 12:01:58 +02:00
next.config.js Connected drizzle to vercel 2024-05-23 06:47:50 +02:00
package-lock.json updated next to 15-rc0 and react to 19-rc 2024-05-25 08:37:49 +02:00
package.json updated next to 15-rc0 and react to 19-rc 2024-05-25 08:37:49 +02:00
postcss.config.cjs Connect drizzle to vercel 2024-05-23 06:47:36 +02:00
prettier.config.js Connect drizzle to vercel 2024-05-23 06:47:36 +02:00
README.md updated readme 2024-05-23 20:57:14 +02:00
tailwind.config.ts Connect drizzle to vercel 2024-05-23 06:47:36 +02:00
tsconfig.json Connect drizzle to vercel 2024-05-23 06:47:36 +02:00

This is my attempt at a ecommerce site selling wine.

Created with t3-app using:

  • nextjs
  • tailwind
  • drizzle
  • postgres

TODO (in no particular order for now):

  • [] Top nav
  • define (and draw?) db schema (initial)
  • [] side product nav
  • [] product cards
  • [] cart
  • [] auth & login
  • [] user profile page