e-commerce storefront with db, admin panel etc.
https://wine-shop-eta.vercel.app/
|
||
---|---|---|
.gitea/workflows | ||
public | ||
src | ||
.eslintrc.cjs | ||
.gitignore | ||
drizzle.config.ts | ||
next.config.js | ||
package-lock.json | ||
package.json | ||
postcss.config.cjs | ||
prettier.config.js | ||
README.md | ||
tailwind.config.ts | ||
tsconfig.json |
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