Skip to content

Latest commit

 

History

History
59 lines (52 loc) · 1.97 KB

File metadata and controls

59 lines (52 loc) · 1.97 KB

E-commerce Website using Django


This project deals with developing a Virtual website ‘E-commerce Website’. It provides the user with a list of the various products available for purchase in the store. For the convenience of online shopping, a shopping cart is provided to the user. After the selection of the goods, it is sent for the order confirmation process. The system is implemented using Python’s web framework Django. To build a Django e-commerce web application, it is necessary to study and understand many technologies.

TECHNOLGIES USED IN E-commerce Wesite Project


  • PYTHON
  • DJANGO(Frameworks)
  • SQlLite
  • HTML(Hyper Text Markup Language
  • CSS(Cascading Style Sheets)
  • SCSS(Sassy Cascading Style sheet)
  • Js(Javascript)

Project OverView

Develop basic ecommerce website where users can browse products, add them to a cart, and proceed to checkouts process.The application will include user authentication, product management, and simple order processing

  • WEB DEVELOPMENT USING --> Python(Django Frameworks) Set up Django Project create a Basic Structure for the application, including templates for the home page, product lstings, cart, and checkouts.
    • PRODUCT MANAGEMENT create product model attributes 1.Name 2.Description 3.Price 4.image 5.stock
    • implementation of features
    • list Products
    • view Products
  • SHOPPING CART Add to Cart View Cart Update Cart
  • USER AUTHENTICATION Implement user registration
    • Log-in
    • Log-Out Functionalities
  • Checkout Process Shipping Details Order Summary Place Order
  • ORDER MANAGEMENT Order models 1.User 2.Products 3.Total Price 4.Shipping Adress 5. Order Date
  • Enhancement integrate a simple payments gateway simulation(eg..., PAYMENTS) to complete to chceckout process