This project is a clone of Amazon's e-commerce platform, designed for educational purposes to demonstrate web development techniques, user authentication, product listings, shopping cart functionality, and order processing.
- User Authentication: Register, login, and manage user accounts securely.
- Product Listings: Browse products by category, search, and view detailed descriptions.
- Shopping Cart: Add, remove, and update products in the cart.
- Checkout Process: Secure order placement and payment simulation.
- Order History: View past orders and order details.
- Responsive Design: Optimized for desktop and mobile devices.
- Clone the repository:
git clone https://github.com/aftb777/clone-Amazon.git
cd clone-Amazon- Install dependencies:
npm install- Configure environment variables:
Create a .env file in the root directory and set your configuration:
MONGO_URI=your_mongodb_uri
JWT_SECRET=your_jwt_secret
PORT=5000- Start the development server:
npm run dev- Open http://localhost:5000 in your browser.
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Note: Replace any technology stack and configuration with your actual project details if different.