https://github.com/vaibhav18matere/ecommerce
E commerce app using NextJS, Drizzle, PostgreSQL, Zod, TRPC, Tailwind and TypeScript
https://github.com/vaibhav18matere/ecommerce
drizzle-orm nextjs prisma-orm t3-stack tailwind-css trpc typescript zod-validation
Last synced: 5 months ago
JSON representation
E commerce app using NextJS, Drizzle, PostgreSQL, Zod, TRPC, Tailwind and TypeScript
- Host: GitHub
- URL: https://github.com/vaibhav18matere/ecommerce
- Owner: vaibhav18matere
- Created: 2024-07-11T18:40:36.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-05T11:07:59.000Z (over 1 year ago)
- Last Synced: 2025-06-01T09:15:09.225Z (about 1 year ago)
- Topics: drizzle-orm, nextjs, prisma-orm, t3-stack, tailwind-css, trpc, typescript, zod-validation
- Language: TypeScript
- Homepage:
- Size: 1.2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ecommerce App Using :
- [Next.js](https://nextjs.org)
- [NextAuth.js](https://next-auth.js.org)
- [Prisma](https://prisma.io)
- [Drizzle](https://orm.drizzle.team)
- [Tailwind CSS](https://tailwindcss.com)
- [tRPC](https://trpc.io)
### Schema for
| Type | Field |
| ------------- | -------------- |
| 1. Users : | userId |
| | email |
| | password |
| 2. Products : | productId |
| | name |
| | description |
| | imageUrl |
| | quantity |
| | slug |
| 3. Orders : | userId |
| | address |
| | payment status |
| | order status |