A full-stack e-commerce application with Node.js backend and React frontend.
- User authentication (Login/Register)
- Product browsing and management
- Order history with status tracking
- Responsive design with Tailwind CSS
- Backend: Node.js, Express, TypeScript
- Frontend: React, TypeScript, Tailwind CSS
- Database: (Mention your database here)
- Clone the repository
- Install dependencies:
npm install - Start backend:
npm run dev - Start frontend:
cd frontend && npm start
POST /api/auth/login- User loginGET /api/products- Get all productsGET /api/orders- Get order history