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

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.

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.