Skip to content

This is an e-commerce website for sellers who wish to sell goods in wholesale

Notifications You must be signed in to change notification settings

bssughosh/Business-Vision-Website

Repository files navigation

Business Vision

This is an e-commerce website for sellers who wish to sell goods in wholesale

This is a website built using Django, HTML, CSS and Javascript. The repository contains 5 django applications, namely,

  1. accounts
  2. carts
  3. customer
  4. search
  5. seller

Accounts

It has the following functionalities -

  1. Login
  2. Customer Registration
  3. Seller Registration
  4. Password Reset incase user forgets password

Note: The seller is only registered if the GST number matches with the details of company entered


Carts

It has the following functionalitites -

  1. Display contents of cart
  2. Remove items in cart

Customer

It has the following functionalitites -

  1. Display all products
  2. Show details of a product
  3. Show customer's profile
  4. Rate any seller

Note: The details of the product are shown by default of the seller whose selling price is the least. However, the user may select a different seller to view the details given by other seller.


Search

It has the following functionalities -

  1. Search for a product

Seller

It has the following functionalities -

  1. Add a product
  2. Update / Delete a product
  3. Show seller's profile
  4. View all your products
  5. Browse all products
  6. Show details of a product

Note: The details of the product are shown by default of the seller whose selling price is the least. However, the user may select a different seller to view the details given by other seller.


Installation

  1. For installing using conda :

conda env create -f virtual_platform.yml

  1. For installation using pip :

pip install -r requirements.txt

About

This is an e-commerce website for sellers who wish to sell goods in wholesale

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published