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

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

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