Skip to content

Latest commit

 

History

History
60 lines (35 loc) · 1.26 KB

README.md

File metadata and controls

60 lines (35 loc) · 1.26 KB

Django Ecommerce

Ecommerce is a Django with Ajax project that provides a feature-rich Ecommerce website.This project will be a fully functional eCommerece website with user and guest checkout capabilities.

Features

  • User/Guest Checkout: integrate guest checkout ability along with user account.
  • Ajax : Website has No-reload option.

Getting Started

Prerequisites

  • Python 3.x
  • Django

Installation

  1. Clone the repository:

    git clone https://github.com/aminramezanni/ecommerce-django-ajax.git
  2. Navigate to the project directory:

    cd ecommerce-django-ajax
  3. Install dependencies:

    pip install -r requirements.txt
  4. Apply database migrations:

    python manage.py migrate
  5. Run the development server:

    python manage.py runserver
  6. Open your browser and go to http://localhost:8000/ to view the application.

Acknowledgments

Contact

For any inquiries, please contact at [[email protected]].