Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 6 days 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 (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-08T20:01:16.000Z (5 months ago)
- Last Synced: 2024-10-29T22:32:32.924Z (about 2 months ago)
- Topics: drizzle-orm, nextjs, prisma-orm, t3-stack, tailwind-css, trpc, typescript, zod-validation
- Language: TypeScript
- Homepage:
- Size: 274 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
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 |