Skip to content

Jasani-Parth/Drifter-E-shop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Drifter E-store

  • This is Online store 🏬.
  • we haven't include price features to it because this is part of our course project and also due to small team.

Frontend

  • HTML
  • CSS
  • BOOTSTRAP

Backend

  • Django Famework

Features For Coustomer

  • Buy/Add to Cart 🛒
  • Making order to their own address 🏡.
  • review & rating system
  • product recommendation
  • filters (Price and more)
  • Product Tracker Page

Features For Seller

  • Add/Remove Product
  • Modify Product
  • Can Check Ratings For Their Product

Features For Transpoter

  • Order Will Automatically Assign To Avaible Transpoter
  • Transpoter Can Change Product Delivary status
  • Sell All Deliverd/Undeliverd Products

Installation

  • Install the virtualenv package

    pip install virtualenv
    
  • Create your virtual-enviroment

    virtualenv venv
    
  • Activate virtual-enviroment

    • Mac OS / Linux
      source venv/bin/activate
    • Windows
      venv/Script/activate
  • Installing Modules
    pip install django
    pip install pillow

  • Run the Django project
    python manage.py runserver x.x.x.x:8080
    or
    python manage.py runserver

  • Deactivate the virtual environment
    deactiavte

NOTE : Point 1,2,4 is for first time executing project