Skip to main content

Command Palette

Search for a command to run...

Adkora's Ethnic Elegance: Fashion for Every Occasion

Updated
7 min readView as Markdown
Adkora's Ethnic Elegance: Fashion for Every Occasion

Industry Overview and Market Opportunity

The fashion industry, particularly for traditional garments like chaniya cholis, is witnessing remarkable growth in the online market. Consumers are increasingly valuing convenience and flexibility, especially through rental services for special occasions such as weddings and festivals. This shift towards online shopping and the growing preference for renting instead of buying have created a significant market opportunity.

In the West, platforms like Rent the Runway have demonstrated great success in garment rentals, and similar trends are emerging in India. Urban consumers are leaning towards rentals for their cost-effectiveness, sustainability, and suitability for short-term needs related to specific events.

The ethnic wear market, which includes chaniya cholis, is expanding rapidly, particularly in metropolitan areas. The popularity of rental services is on the rise, driven by the advent of digital platforms and changing consumer behavior. This presents an ideal moment to launch a service that meets both the rental and purchase demands for traditional attire.

Abstract

In recent years, the demand for traditional attire such as chaniya cholis has skyrocketed, especially during festive seasons and weddings. However, there is a gap in the market for an integrated platform that allows users to both purchase and rent these garments with ease. This individual project aims to bridge that gap by developing a user-friendly website that facilitates the buying and renting of chaniya cholis. Built with HTML, CSS, and JavaScript for the frontend, and using MongoDB or Firebase for the backend database, the website will offer a seamless experience for customers looking for both options. The following blog delves into the problem space, the technical choices made, and the structure of the project, highlighting its potential impact on customers seeking an easy way to access these traditional garments.


Problem Overview

Chaniya cholis are traditional garments popular among women, particularly in India, worn during festivals, weddings, and cultural celebrations. The purchasing or renting of such garments online, however, often lacks an efficient and user-friendly process. Existing solutions either focus solely on purchasing or fail to meet the needs of rental customers who seek flexibility, a wide variety of choices, and clear terms.

Key issues faced by potential customers include:

  • Limited options for size, fabric, and design.

  • High cost for purchasing garments that are not meant for frequent use.

  • Poor navigation and lack of clarity in the rental process.

  • Absence of clear rental terms, which makes the process more complicated for users.

This project aims to solve these pain points by creating a platform that offers both rental and purchasing options for chaniya cholis. The goal is to provide an easy-to-use, comprehensive solution for users, enhancing their shopping and rental experience.


Sector – Vertical Introduction

The fashion industry, especially in the Indian context, has seen a significant shift towards online platforms. The growing popularity of traditional attire for weddings, festivals, and cultural events, such as chaniya cholis, has created a lucrative market. More people are looking for convenient, cost-effective ways to acquire these garments. This platform will focus on a niche market—individuals who want to either rent or purchase chaniya cholis.

The market coverage will primarily target women who celebrate events like Navratri, Diwali, and weddings. The platform will cater to customers in India as well as the Indian diaspora, offering a wide range of designs, sizes, and fabrics, thus ensuring that there’s something for every occasion and budget.


Pain Points

The current challenges in this space include:

  • High prices: Purchasing a chaniya choli for one-time use can be expensive, especially when it’s a special occasion.

  • Limited rental options: Many existing platforms focus solely on buying or do not provide a variety of garments for rent.

  • Size and style limitations: There’s a lack of online platforms offering a wide range of sizes and styles.

  • Complicated processes: The process of renting garments online is often complex, with unclear rental durations and terms.

  • Poor user experience: Many online platforms have outdated or confusing interfaces that make browsing and purchasing difficult.

This project directly addresses these issues by simplifying the process and providing a seamless experience for customers looking to rent or buy chaniya cholis.


App Engineering

Prospective Tech Stack

For this project, the tech stack will include:

  • Frontend: HTML, CSS, and JavaScript to create a dynamic, responsive, and visually appealing user interface.

  • Backend: Node.js and Express.js for managing server-side requests and user interactions.

  • Database: MongoDB or Firebase will be used for storing user profiles, product details, and transactions.

  • Hosting: Vercel will be used for easy deployment and scaling.

This tech stack has been chosen for its scalability, ease of use, and compatibility with the project’s needs.


Frontend:

Pages:

  • Home Page: Features a carousel of bestsellers, new arrivals, and options for rental vs. purchase, allowing users to quickly see available options.

  • Product Pages: Detailed pages for each chaniya choli, with high-quality images, detailed descriptions, rental and purchase options, size charts, and delivery terms.

  • Checkout Pages: Simple, intuitive checkout process with payment options, ensuring a secure and seamless transaction.

  • Login/Signup Pages: Users can create accounts to track their orders, manage rentals, and customize preferences (like size or favorite styles).

  • Profile Page: Displays order history, rental details, and personal information management.

UX:

    • Clear navigation with category filters for size, price, fabric, and occasion.

      • Simple, intuitive design ensuring that the rental and purchase options are easily understood.

      • Interactive elements such as zoom features on product images and an option to add items to a wishlist.

      • A straightforward rental booking system where users can select the rental period, delivery date, and return date.


Backend:

  • POV (Point of View): The backend will manage user authentication, orders, and rental details. It will also maintain real-time updates for product availability to avoid rental conflicts. A REST API will facilitate the interaction between the frontend and the backend.

    • Order Management: Handles the entire lifecycle of orders—whether a purchase or a rental—including tracking status (pending, shipped, returned).

    • Admin Panel: The admin interface will allow easy management of inventory, order statuses, and rental agreements.


Database:

Type of Data:

    • User Data: Profile information, rental history, purchase history, and saved items.

      • Product Data: Product name, description, price (rental and purchase), sizes, fabric, availability, category.

      • Transaction Data: Order details, rental duration, and payment history.

Proposed Schema:

    • User Collection:

      * Fields: UserID, Name, Email, Address, RentalHistory, PurchaseHistory.

      • Product Collection:

        • Fields: ProductID, Name, Description, Size, Price (Rental/Purchase), Available, Category.
      • Order Collection:

        • Fields: OrderID, UserID, ProductID, Quantity, Price, OrderDate, DeliveryStatus.
      • Rental Collection:

        • Fields: RentalID, UserID, ProductID, StartDate, EndDate, RentalStatus.
  • DB Solution: MongoDB or Firebase will work well for this project. Firebase offers real-time syncing, ideal for rental status tracking and user transactions. MongoDB provides great flexibility for handling the product catalog and user data efficiently.


Current Solution:

At the moment, there is no platform that offers a combination of purchasing and renting chaniya cholis under one roof. The existing solution would be to create a simple e-commerce site with rental and purchase options. Products will be managed by an easy-to-use backend, ensuring that the system is efficient and scalable as demand increases.


Compare:

  • Price: The platform offers a competitive pricing model, with affordable rental options and discounts for long-term rentals.

  • Core Features: A clean, organized system that offers both rental and purchase options, real-time availability, and secure transactions.

  • Missing Features/Issues: The platform will initially be limited in inventory, and customer feedback systems will need to be developed as the platform grows.


Tools & Pre-requirements:

  • Pass: Vercel for deployment, domain registration for the website’s identity, and database hosting via Firebase or MongoDB.

  • DB Hosting: Firebase or MongoDB Atlas for secure, scalable data management.

  • Operation Hassle: Managing stock availability and rental terms will require regular updates to product listings.


Home Page Prototype:

The home page will feature a sleek, modern design with options to explore popular rental garments or purchase options. A carousel with seasonal collections, special offers, and new arrivals will attract customers, while a search bar and category filters will make it easy to find exactly what they’re looking for.


Acknowledgment:

This project is an individual effort, with thanks to online resources, communities, and documentation that made the development process smoother. The use of MongoDB/Firebase has been key to handling the back-end processes, while Vercel’s hosting platform ensures that the project is easy to deploy and scale.


This approach provides a clear, structured breakdown of the project’s development process, highlighting the steps involved in building an e-commerce platform for selling and renting chaniya cholis.