Skip to content

This is a simple template for small-scale ecommerce website requirement

Notifications You must be signed in to change notification settings

hisenberggg/Kart.me_ecom_website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Visual Studio Code Django Python Bootstrap JavaScript

kart.me

It is a template for e-com website

Table of contents

Run Locally

Clone the project

  git clone https://github.com/hisenberggg/Kart.me_ecom_website.git

Go to the project directory

  cd Kart.me_ecom_website

Create virtual environment

  py -m venv env 
  env\Scripts\activate

Install dependencies

  pip install -r requirements.txt

Migrate User and create the super-user

  py manage.py migrate 
  py manage.py createsuperuser

Migrate each app (userauth and eshop)

  py manage.py makemigrations userauth 
  python manage.py migrate
  py manage.py makemigrations eshop 
  python manage.py migrate

Start the server

  py manage.py runserver

Demo

kart_me_demo.mp4

Author

  • Abhijeet Ringe
    Linkedin Github

FAQ

What is the python version requirement?

Python >= 3.5

How to add products?

Go to http://localhost:8000/admin and add products in the products database

How to add/update product categories

Go to eshop/models.py and edit the CATEGORY_CHOICE tuple

About

This is a simple template for small-scale ecommerce website requirement

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published