Skip to content

peter-tabani/ecommerce-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages