Skip to main content
  1. All Posts/

Django-Ecommerce-project

eCommerce CSS


Python & Django eCommerce project






N gadgets eCommerce project

About


N gadgets is an ecommerce website to provide customers can buy Computer gadgets. Implements the functioning of an E-commerce Website that performs various functions like sign up, logout, add to cart, products searching and much more.

Demo

Features

  • Register an new account, and log in as an existing user.
  • Display products with details about them .
  • Search products using keyword and/or category.
  • Add product to shopping cart and ability to remove it.
  • Add product to their wishlist and ability to remove it.

Admins can do the following:

Login or logout to the admin panel

  • View all the information stored in the database.
  • They can view/add/edit/delete orders, users, products and categories.
  • The cart model cannot be modified by an admin because a cart is either modified by the logged in user before the purchase or deleted after the purchase.

products

  • productCode (String)
  • name (String)
  • slug (String)
  • title (String)
  • imagePath (String)
  • description (String)
  • price (Integer)
  • category (ObjectId – a reference to the category schema)
  • available (Boolean)
  • stock(Integer)

Questions

If you have any questions mail me

ScreenShot