# \# Bella Wigs E-Commerce Platform
#
# A complete Django + DRF e-commerce platform for luxury wigs in Kenya.
#
# \## Features
# \- Product catalog with categories and search
# \- Shopping cart and checkout
# \- PDF invoices
# \- WhatsApp order confirmation
# \- Admin dashboard with revenue \& orders
# \- Responsive storefront
#
# \## Setup (Local)
#
# \### Requirements
# \- Python 3.14+
# \- pip
#
# \### Installation
#
# 1\. Clone the repo:
# ```bash
# git clone
github.com
# cd Adalyn\_commerce/adalyn\_commerce
# ```
#
# 2\. Create virtual environment:
# ```bash
# python -m venv venv
# venv\\Scripts\\activate
# ```
#
# 3\. Install dependencies:
# ```bash
# pip install -r requirements.txt
# ```
#
# 4\. Run migrations:
# ```bash
# python manage.py migrate
# ```
#
# 5\. Create superuser:
# ```bash
# python manage.py createsuperuser
# ```
#
# 6\. Run server:
# ```bash
# python manage.py runserver
# ```
#
# 7\. Visit:
# \- Storefront:
127.0.0.1
# \- Admin:
127.0.0.1
# \- Dashboard:
127.0.0.1
#
# \## API Endpoints
# \- `GET /api/v1/catalog/products/` - All products
# \- `POST /api/v1/orders/orders/checkout/` - Create order
#
# \## License
# MIT