A robust e-commerce platform built with Django, featuring secure payments through Razorpay, automated email invoicing, and a responsive Bootstrap UI.
-
Product Management
- Category-wise product display
- Product search and filtering
- Detailed product views with images
- Stock management
-
Order Processing
- Shopping cart functionality
- Order tracking system
- Email notifications
- PDF invoice generation
-
Payment Integration
- Secure Razorpay payment gateway
- Multiple payment methods
- Transaction status tracking
-
User Management
- User registration and authentication
- Order history
- Profile management
- Address book
- Django 4.2+
- Python 3.8+
- Bootstrap 5
- SQLite/
- Razorpay API
- Django Template Engine
Admin Dashboard with Filtering Options
- Clone the repository:
git clone https://github.com/mohdali03/ecommerce-django.git cd ecommercedj- Create virtual environment:
python -m venv venv source venv/bin/activate # Linux/Mac venv\Scripts\activate # Windows- Install dependencies:
pip install -r requirements.txt- Configure environment variables:
cp .env.example .env # Update .env with your settings- Apply migrations:
python manage.py migrate- Create superuser:
python manage.py createsuperuser- Run the server:
python manage.py runserverRAZORPAY_KEY_ID = 'your_key_id' RAZORPAY_KEY_SECRET = 'your_key_secret'EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend' EMAIL_HOST = 'smtp.gmail.com' EMAIL_PORT = 587 EMAIL_USE_TLS = True EMAIL_HOST_USER = 'your_email@gmail.com' EMAIL_HOST_PASSWORD = 'your_app_password'Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
This project is licensed under the MIT License - see the LICENSE file for details.
- Django Documentation
- Razorpay API Documentation
- Bootstrap Team
- Contributors and Testers
For any queries or support, please contact:
- Email: your.email@example.com
- LinkedIn: Your Name
Note: Replace placeholder images and credentials with actual content before deployment.



