e-commerce storefront with db, admin panel etc. https://wine-shop-eta.vercel.app/
Go to file
2024-05-23 20:55:08 +02:00
.gitea/workflows updated readme and created workflow yamls 2024-05-23 19:06:29 +02:00
public Connect drizzle to vercel 2024-05-23 06:47:36 +02:00
src updated schema to reflect producers and wine 2024-05-23 20:55:08 +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 Connected drizzle to vercel 2024-05-23 06:47:50 +02:00
next.config.js Connected drizzle to vercel 2024-05-23 06:47:50 +02:00
package-lock.json Connected drizzle to vercel 2024-05-23 06:47:50 +02:00
package.json Connected drizzle to vercel 2024-05-23 06:47:50 +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 and created workflow yamls 2024-05-23 19:06:29 +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 schemas
  • [] side product nav
  • [] product cards
  • [] cart
  • [] auth & login
  • [] user profile page