A full featured Ecommerce website built with Next.js, TypeScript, PostgreSQL and Prisma.
- Next Auth authentication
- Admin area with stats & chart using Recharts
- Order, product and user management
- User area with profile and orders
- PayPal integration
- Cash on delivery option
- Interactive checkout process
- Featured products with banners
- Multiple images using Uploadthing
- Ratings & reviews system
- Search form (customer & admin)
- Sorting, filtering & pagination
- Dark/Light mode
npm install# Run in development mode
npm run dev
# Build for production
npm run build
# Run in production mode
npm startOpen http://localhost:3000 with your browser to see the result.
