E-Commerce Platform
A full-stack e-commerce platform with real-time inventory, Stripe payments, and an admin dashboard.
Next.jsTypeScriptPostgreSQLPrismaStripe
Overview
Built a complete e-commerce solution from the ground up.
Key Features
- Product catalog with search, filtering, and pagination
- Shopping cart with real-time inventory validation
- Stripe checkout with webhook integration
- Admin dashboard for order and inventory management
Architecture
The app uses Next.js App Router for the frontend, with a PostgreSQL database managed through Prisma ORM. API routes handle authentication, cart operations, and Stripe webhooks.