-
Clone the repository:
-
Create a virtual environment and activate it:
-
Install dependencies:
-
Run migrations:
-
Start the server:
-
Navigate to the project directory:
cd ecommerce_project
python -m venv venv
venv\Scripts\activate # For Windows pip install django python manage.py makemigrations python manage.py migrate
python manage.py runserver
Access the admin panel at http://127.0.0.1:8000/admin.