Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saif-gitreps/e-com-dashboard
A full-featured, modern e-commerce platform built with Next.js, Tailwind CSS, Prisma (SQLite), and Stripe for transaction management, including webhook confirmations.
https://github.com/saif-gitreps/e-com-dashboard
caching nextjs primsa reactjs resend-email stripe tailwindcss typescript webhooks zod-validation
Last synced: 3 months ago
JSON representation
A full-featured, modern e-commerce platform built with Next.js, Tailwind CSS, Prisma (SQLite), and Stripe for transaction management, including webhook confirmations.
- Host: GitHub
- URL: https://github.com/saif-gitreps/e-com-dashboard
- Owner: saif-gitreps
- Created: 2024-08-17T06:54:13.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-11-04T17:24:31.000Z (3 months ago)
- Last Synced: 2024-11-04T18:29:14.938Z (3 months ago)
- Topics: caching, nextjs, primsa, reactjs, resend-email, stripe, tailwindcss, typescript, webhooks, zod-validation
- Language: TypeScript
- Homepage:
- Size: 1.13 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Modern and Simple E-Commerce with a simple Admin Dashboard webapp
A full-featured, modern e-commerce platform built with **Next.js**, **Tailwind CSS**, **Prisma (SQLite)**, and **Stripe** for transaction management, including webhook confirmations.
## Features
π§ **Built with modern technology from scratch**
- β‘οΈ Fast and responsive, powered by [Next.js 14](https://nextjs.org/)π¨ **Clean UI and simple UX**
- π Includes a streamlined home page and an easy-to-navigate product purchase flow.
- π Clean, modern design using [shadcn-ui](https://github.com/shadcn-ui) and **Tailwind CSS**.π **Full e-commerce functionality**
- Users can:
- π Purchase products with secure **Stripe** transactions.
- π§ Receive order confirmations via email.π **Authentication and security**
- Secure authentication for both admins and users, ensuring a safe shopping experience.π **Admin dashboard**
- π Admins can manage products with full control, including:
- Editing product details.
- Deleting products (with restrictions).
- Setting product visibility on the marketplace.
- **Note**: Admins cannot delete products that have pending orders, ensuring data integrity.β **Product verification**
- Product verification ensures only high-quality products are available for purchase.π§ **Custom email notifications**
- π¨ Sends beautifully designed email confirmations after purchases.π» **Tech Stack**
- π₯ Fully written in **TypeScript** for type safety and scalability.
- π Utilizes **Zod** for strict input validation and error handling.
- π **SQLite** with **Prisma** for easy database migrations during development.
- π Simple file storage and management using **Node.js**.
- π Custom caching strategy combining Next.js's **unstable_cache** and Reactβs **reactCache**, providing an optimized user experience (UX).π **Additional Features**
- π Highly customizable and extendable.
- π± Fully responsive design for mobile and desktop.## Installation
First, run the development server:```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.