Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 425 Bytes

README.md

File metadata and controls

23 lines (21 loc) · 425 Bytes

Ecommerce Web

  • This an implementation of e-commerce web in django
  • Database used: SQLITE
  • Project directory: main

Creating virtual environment

  python3 -m venv .venv

Activating virtual environment

  source .venv/bin/activate

Installing dependencies

  pip install -r requirements.txt

Running django server

  python manage.py runserver

Go to localhost:8000/ to see the web