Skip to content

Anuj52/Ecommerce-app

Repository files navigation

Ecommerce Django App

Overview

This is an E-commerce Django web application with a payment gateway integration.

Installation

  1. Clone the repository: git clone https://github.com/Anuj52/Ecommerce-app.git
  2. Navigate to the project directory: cd ecommerce
  3. Install dependencies: pip install -r requirements.txt
  4. Apply migrations: python manage.py migrate
  5. Run the development server: python manage.py runserver
  6. Access the application at http://localhost:8000 in your web browser.

Features

  • User authentication
  • Product browsing
  • Shopping cart management
  • Secure checkout with payment gateway integration

Dependencies

  • Django 4.2
  • asgiref==3.6.0
  • distlib==0.3.6
  • filelock==3.9.0
  • platformdirs==3.0.0
  • sqlparse==0.4.4
  • tzdata==2023.3

Usage

  1. Register an account or log in.
  2. Browse products or search for specific items.
  3. Add desired products to your cart.
  4. Review items in your cart and adjust quantities.
  5. Proceed to checkout and complete the payment process.
  6. Receive confirmation of your order via email.

Contributing

Contributions are welcome! Feel free to open issues or submit pull requests.

About

Ecommerce-app Project include Payment Gateway

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published