Skip to content

This is an e-commerce and blog website made with the django framework

Notifications You must be signed in to change notification settings

sumit-modak/ecommerce-django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This is an e-commerce and blog website made with the django framework

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published