Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 |