This is a Django-based Ecommerce project for building an online store.
-
Clone the repository:
```bash git clone https://github.com/Ayoubx01/django-ecommerce.git -
Install dependencies:
pip install -r requirements.txt -
Apply migrations:
python manage.py migrate -
Run the development server:
python manage.py runserver
Your application should be accessible at http://localhost:8000/.