This Django-based E-commerce shop is a feature-rich web application that allows users to browse, shop, and make secure payments. Below is a comprehensive guide to the project, along with relevant screenshots.
Book Reference: Django 4 by Example
The book offers professionals level projects with detailed explanations, making it an invaluable resource for building robust Django applications.
- The homepage showcases product categories and features a convenient shopping cart summary in the top right corner.
- The payment process involves Stripe integration, displaying discounts, and a detailed summary of the selected products.
- The checkout page displays a detailed form for user information.
- The shopping cart page provides a detailed overview of the selected items.
- Users can apply discounts using coupon codes during the checkout process.
- Screenshots depicting the Stripe payment method, allowing users to securely enter card details.
- Screenshots providing information about the Stripe payment integration.
- Overview of RabbitMQ and Celery setup for background tasks.
- Product suggestions powered by Redis.
- Screenshot of the RabbitMQ interface.
- Display of orders in the backend, including Stripe IDs and customer details.
- Backend coupon creation and activation.
- Clone the repository:
git clone <repository_url>
- Navigate to the project directory:
cd myshop
- Run the development server:
python manage.py runserver
- Install required libraries:
pip install -r requirements.txt
- Ensure that Redis is properly configured for optimal performance.
- The application utilizes Celery and RabbitMQ for background task processing.
- PDF invoices are generated for both paid and unpaid orders.
Feel free to explore and enhance the project based on your requirements. If you encounter any issues, please refer to the documentation or reach out for support.
Happy coding!