
A simple E-commerce website using Flask
The Shopping Cart is an intuitive e-commerce web application built using Flask, aimed at providing a seamless online shopping experience. It's designed to allow users to browse products, manage their cart, and complete transactions effortlessly. With a lightweight setup and straightforward functionality, this application is perfect for those looking to delve into web development or create a simple online store.
database.py to set up your database, or reuse the existing one provided in the repository.localhost:5000 in your browser.
Flask is a lightweight and popular web framework for Python, known for its simplicity and flexibility. It is widely used to build web applications, providing a minimalistic approach to web development with features like routing, templates, and support for extensions.