SHOPPING MART - A Django E-commerce Website
Amishi Agrawal Agrawal
Paper Contents
Abstract
This project is an e-commerce website developed using Django, a high-level Python web framework. The website allows users to browse products, add items to their shopping cart, search items and checkout. Unregistered users can browse the products, search them and add them to cart but for order checkout the user have to register themselves. Registered users can also manage their profiles and view their order history. The back-end is designed to handle data, with models for products, orders, contact and customers. The front-end is built using HTML, CSS, JavaScript and Bootstrap with templates that are rendered dynamically using Django's templating engine. Django's templating engine is an important component of the Django web framework that makes it easy for us to build dynamic, data-driven web applications. The website is fully responsive and works well on desktop and mobile devices. Overall, this project demonstrates how Django can be used to build a scalable, feature-rich e-commerce platform.
Copyright
Copyright © 2023 Amishi Agrawal. This is an open access article distributed under the Creative Commons Attribution License.