- Introduction
- Features
- Tech Stack
- Setup
- Environment Variables
- API Documentation
- Testing
- Deployment
- Contributing
- License
This is a fully featured eCommerce platform where users can browse, search, and purchase products. It includes user authentication, a shopping cart, an admin dashboard, and payment integration.
- User Authentication (Sign In, Sign Up)
- Product Browsing & Search
- Shopping Cart & Checkout
- Order Management
- Admin Panel (Product & Order Management)
- Mobile Responsive Design
- Frontend: React, Next.js, Tailwind CSS
- Backend: Node.js, Express
- Database: MongoDB
- Payments: Stripe/PayPal
- Hosting: Vercel (Frontend), AWS/DigitalOcean (Backend)
- Node.js
- MongoDB
- Stripe API Key
- Clerk API Key (or NextAuth)
git clone https://github.com/username/ecommerce-app.git
cd ecommerce-app
cd ./frontend
cd ./backend
npm install