The Myntra Clone project replicates the fashion e-commerce platform Myntra, featuring user authentication, product listings, detailed product pages, and a cart/checkout system. It provides a responsive design and seamless shopping experience using technologies like React, Node.js, and MongoDB.
PUT /api/orders/:id - Update order status (admin only)
DELETE /api/orders/:id - Cancel an order
Controllers:
OrderController - Handles order creation, retrieval, and management.
I will work on this issues as I am backend developer , @ChandelAnish , @itssarvani394 , @Kritika30032002 please assign this issue to me with proper level under GSSOC-extd 2024
Order Management
GET /api/orders
- Get a list of user's ordersGET /api/orders/:id
- Get order details by IDPOST /api/orders
- Create a new orderPUT /api/orders/:id
- Update order status (admin only)DELETE /api/orders/:id
- Cancel an orderOrderController
- Handles order creation, retrieval, and management.I will work on this issues as I am backend developer , @ChandelAnish , @itssarvani394 , @Kritika30032002 please assign this issue to me with proper level under GSSOC-extd 2024