Skip to content

MasterpieceElbow/Django-Online-Shop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Django-Online-Shop

Feature list:

  • Trigram similarity search on Product and Category
  • Session cart
  • Recommended items for Product and Products in cart, depends on the products ordered with it. Implemented with Redis
  • Category chats. Implemented throught ASGI with WebSockets and channels

Home page.

  • Link to login/logout
  • Search form and cart across the site.
  • Category list

home_page

List by category

  • Category list with badges with products count. Inactive link if there is no product
  • Link to category chat right to category name
  • Product list by category

image

Product detail

  • Product price, views, description
  • Add to a cart form
  • Recommended products based on products are ordered with it
  • Reviews and a form for review

product_detail

Search page

  • Searching on Category name, Product name and description
  • Searching by PostgreSQL trigram similarity, you don't need exact query to find an item.

image

Category chat page

  • Chat implemented with WebSochet and channels

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published