Skip to content

A simple Django E-Commerce Website where users can explore and buy products online.

Notifications You must be signed in to change notification settings

ayoubxmahmoud/django-ecommerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Ecommerce Project

This is a Django-based Ecommerce project for building an online store.

Getting Started

  1. Clone the repository:

      ```bash
       git clone https://github.com/Ayoubx01/django-ecommerce.git
    
  2. Install dependencies:

      pip install -r requirements.txt
    
  3. Apply migrations:

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

      python manage.py runserver
    

Your application should be accessible at http://localhost:8000/.

Quick Demo:

ecom.webm

About

A simple Django E-Commerce Website where users can explore and buy products online.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages