https://github.com/dbish6/nextjs_ecommerce_demo
A demo project of a Next.js e-commerce SaaS, ideal for use as starter building blocks.
https://github.com/dbish6/nextjs_ecommerce_demo
Last synced: 2 months ago
JSON representation
A demo project of a Next.js e-commerce SaaS, ideal for use as starter building blocks.
- Host: GitHub
- URL: https://github.com/dbish6/nextjs_ecommerce_demo
- Owner: dBish6
- Created: 2024-03-06T02:03:11.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-14T19:21:40.000Z (about 2 years ago)
- Last Synced: 2025-01-26T18:46:12.632Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 285 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.txt
Awesome Lists containing this project
README
# nextjs_ecommerce_demo
A demo project of a modern Next.js e-commerce SaaS, ideal for use as starter building blocks. The store just sells downloadable files since this is just a demo.
## Tech Used
This is a `Next.js` application used as the full-stack, encompassing `Prisma and sqlite` for database operations, `stripe` for payments, `react-email` for email delivery, and `shadcn/ui` along with `Tailwind` CSS for styling the user interface.