Simple Next.js store with local db for selling web items. Divided by admin & customer roles.
You can: check sales, customers, products list and modify or delete them ๐.
You can: check list of product and purchase them ๐ณ. After that you will get email with order ๐. Also you can receive receipt of all your orders on email address ๐งพ.
- Next.js - Next.js framework.
- Prisma - as ORM.
- Stripe - Stripe as financial side of project.
- React Email - email features.
- Radix, Lucide-React, shadcn/ui - ui components, icons
- Zod - schemas validation.