https://github.com/madmax8930/ecomm-stripe-store
E-comm Bare Bones Website
https://github.com/madmax8930/ecomm-stripe-store
admin nextjs prisma resend shadcn-ui sqlite stripe zod
Last synced: about 2 months ago
JSON representation
E-comm Bare Bones Website
- Host: GitHub
- URL: https://github.com/madmax8930/ecomm-stripe-store
- Owner: MadMax8930
- Created: 2024-03-27T15:02:40.000Z (about 2 years ago)
- Default Branch: max
- Last Pushed: 2024-04-18T22:50:33.000Z (about 2 years ago)
- Last Synced: 2025-02-23T17:13:58.650Z (over 1 year ago)
- Topics: admin, nextjs, prisma, resend, shadcn-ui, sqlite, stripe, zod
- Language: TypeScript
- Homepage:
- Size: 143 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Modular E-commerce Stripe [`Next.js`] Project
Node version 18.17.0
### 🚀 Dependencies:
```bash
npm i --save-dev ts-node prisma zod resend react-email @react-email/components stripe @stripe/stripe-js next @stripe/react-stripe-js
```
### 🔥 Development:
[Next.js](https://nextjs.org/docs) for routing & server side rendering
[Shadcn](https://ui.shadcn.com/docs/installation/next) for styling and responsiveness
[Prisma](https://www.prisma.io/docs/getting-started) for data management
[SQLite](https://www.sqlite.org) for backend storage
[Stripe](https://stripe.com) for payment process
[Zod](https://zod.dev/) for TS schema validation
[Resend](https://resend.com) for sending emails