A full-stack e-commerce application for tech products built with the MERN stack.
- User authentication (register, login)
- Product browsing and filtering
- Shopping cart functionality
- Order processing
- User profiles
- Frontend: React, Tailwind CSS, Zustand
- Backend: Node.js, Express
- Database: MongoDB
- Node.js
- MongoDB
- Clone the repository
- Install dependencies
npm install cd client npm install - Set up environment variables
- Run the development server
npm run dev