Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 503 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 503 Bytes

E-Commerce Project API

Setup Instructions

  1. Clone the repository:

  2. Create a virtual environment and activate it:

  3. Install dependencies:

  4. Run migrations:

  5. Start the server:

  6. 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

runnig the project

python manage.py runserver

Access the admin panel at http://127.0.0.1:8000/admin.